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

Commit

Permalink
[CBR-97] logging configuration for Daedalus with structured logging
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
  • Loading branch information
CodiePP committed Sep 26, 2018
1 parent 8251c93 commit c8f69b5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions log-configs/daedalus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

rotation:
logLimit: 5242880 # 5MB
keepFiles: 20
keepFiles: 10
loggerTree:
severity: Debug+
syncWalletWorker: Error+
severity: Info+
cardano-sl.syncWalletWorker: Error+
files:
- pub/node.pub
- node

handlers:
- { name: "JSON"
, filepath: "pub/node.json"
, logsafety: PublicLogLevel
, severity: Info
, backend: FileJsonBE }

0 comments on commit c8f69b5

Please sign in to comment.