Skip to content

Commit b4c1a0d

Browse files
committed
[FAB-3356] flogging verbosity on peer startup
When you run the peer in debug (i.e in e2e) the flogging emits lots of output on peer startup: DEBU 004 Module 'configtx/tool/localconfig' logger set to 'DEBUG' log level DEBU 005 Module 'protos' logger set to 'DEBUG' log level DEBU 006 Module 'ConnProducer' logger set to 'DEBUG' log level Change-Id: Ic13008179f79ce62f44b9a8d46441d422401fe55 Signed-off-by: Yacov Manevich <[email protected]>
1 parent b9ace28 commit b4c1a0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/flogging/logging.go

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func GetModuleLevel(module string) string {
8686
// Otherwise, it returns the default logging level, as set by
8787
// `flogging/logging.go`.
8888
level := logging.GetLevel(module).String()
89-
logger.Debugf("Module '%s' logger set to '%s' log level", module, level)
9089
return level
9190
}
9291

0 commit comments

Comments
 (0)