Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit c8f69b5

Browse files
committed
[CBR-97] logging configuration for Daedalus with structured logging
Signed-off-by: Alexander Diemand <[email protected]>
1 parent 8251c93 commit c8f69b5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Diff for: log-configs/daedalus.yaml

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
rotation:
44
logLimit: 5242880 # 5MB
5-
keepFiles: 20
5+
keepFiles: 10
66
loggerTree:
7-
severity: Debug+
8-
syncWalletWorker: Error+
7+
severity: Info+
8+
cardano-sl.syncWalletWorker: Error+
99
files:
10-
- pub/node.pub
1110
- node
11+
12+
handlers:
13+
- { name: "JSON"
14+
, filepath: "pub/node.json"
15+
, logsafety: PublicLogLevel
16+
, severity: Info
17+
, backend: FileJsonBE }
18+

0 commit comments

Comments
 (0)