We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bef10a commit f0e32aeCopy full SHA for f0e32ae
pkg/coordinator/logger/logscope.go
@@ -43,6 +43,7 @@ func NewLogger(options *ScopeOptions) *LogScope {
43
}
44
45
logger.logger.SetOutput(io.Discard)
46
+ logger.logger.SetLevel(logrus.DebugLevel)
47
48
if options.Parent != nil {
49
tmpEntry := options.Parent.WithFields(logrus.Fields{})
0 commit comments