Skip to content

Commit

Permalink
fix verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Feb 20, 2024
1 parent 6bef10a commit f0e32ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/coordinator/logger/logscope.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func NewLogger(options *ScopeOptions) *LogScope {
}

logger.logger.SetOutput(io.Discard)
logger.logger.SetLevel(logrus.DebugLevel)

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

0 comments on commit f0e32ae

Please sign in to comment.