Skip to content

Commit

Permalink
CAD-636 | tracing: update the JournalSK example
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Feb 20, 2020
1 parent 1ff4f84 commit 4cacbe4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions configuration/log-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,22 @@ setupScribes:
scName: stdout
scFormat: ScText
scRotation: null
# for output to 'journald' add this scribe:
# - scKind: JournalSK
# scName: "cardano"
# scFormat: ScText

# if not indicated otherwise, then log output is directed to this:
defaultScribes:
- - StdoutSK
- stdout
# for output to 'journald' add this scribe:
# - - JournalSK
# - cardano

# more options which can be passed as key-value pairs:
options:
# for output to 'journald', map these TextualRepresentation traces:
# mapScribes:
# cardano.node.text:
# - JournalSK::cardano
mapSubtrace:
benchmark:
contents:
Expand Down

0 comments on commit 4cacbe4

Please sign in to comment.