Skip to content

Commit f0e32ae

Browse files
committed
fix verbose logging
1 parent 6bef10a commit f0e32ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/coordinator/logger/logscope.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func NewLogger(options *ScopeOptions) *LogScope {
4343
}
4444

4545
logger.logger.SetOutput(io.Discard)
46+
logger.logger.SetLevel(logrus.DebugLevel)
4647

4748
if options.Parent != nil {
4849
tmpEntry := options.Parent.WithFields(logrus.Fields{})

0 commit comments

Comments
 (0)