Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zistvan-public
StreamChain Prototype
Commits
bdd4a96f
Commit
bdd4a96f
authored
Jul 02, 2017
by
Srinivasan Muralidharan
Committed by
Gerrit Code Review
Jul 02, 2017
Browse files
Merge "[FAB-4931] Update doc for core.yaml logging section"
parents
9d8145ee
c059ba0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
sampleconfig/core.yaml
View file @
bdd4a96f
...
...
@@ -16,21 +16,36 @@ logging:
# CRITICAL | ERROR | WARNING | NOTICE | INFO | DEBUG
# The
logging levels specified here can be overridden
in various ways,
# The
overall default logging level can be specified
in various ways,
# listed below from strongest to weakest:
#
# 1. The --logging-level=<level> command line option overrides all other
# specifications.
#
default
specifications.
#
# 2. The environment variable CORE_LOGGING_LEVEL otherwise applies to
# all peer commands if defined as a non-empty string.
#
# 3. Otherwise, the specifications below apply.
# 3. The value of peer that directly follows in this file. It can also
# be set via the environment variable CORE_LOGGING_PEER.
#
# If no overall default level is provided via any of the above methods,
# the peer will default to INFO (the value of defaultLevel in
# common/flogging/logging.go)
# Default for all modules running within the scope of a peer
# Default for all modules running within the scope of a peer.
# Note: this value is only used when --logging-level or CORE_LOGGING_LEVEL
# are not set
peer
:
info
# Override levels for various 'peer' modules
# The overall default values mentioned above can be overridden for the
# specific components listed in the override section below.
# Override levels for various peer modules. These levels will be
# applied once the peer has completely started. They are applied at this
# time in order to be sure every logger has been registered with the
# logging package.
# Note: the modules listed below are the only acceptable modules at this
# time.
cauthdsl
:
warning
gossip
:
warning
ledger
:
info
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment