~zinigor/cardano-node/trunk

« back to all changes in this revision

Viewing changes to configuration/mainnet-ci/log-config-cluster.yaml

  • Committer: Igor Zinovyev
  • Date: 2021-08-13 19:12:27 UTC
  • Revision ID: zinigor@gmail.com-20210813191227-stlnsj3mc5ypwn0c
Tags: upstream-1.27.0
ImportĀ upstreamĀ versionĀ 1.27.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This config is used by cluster nodes (core, relay, explorer)
 
2
 
 
3
rotation:
 
4
    logLimit: 16777216
 
5
    keepFiles: 20
 
6
 
 
7
loggerTree:
 
8
  severity: Debug+
 
9
 
 
10
  handlers:
 
11
    - { name: "JSON"
 
12
      , filepath: "node.json"
 
13
      , logsafety: SecretLogLevel
 
14
      , severity: Debug+
 
15
      , backend: FileJsonBE }
 
16