Skip to content

Commit

Permalink
Merge pull request #1144 from sohel-sheikh/patch-1
Browse files Browse the repository at this point in the history
Update doc for new logger
  • Loading branch information
dgsb committed May 26, 2020
2 parents 20dcf91 + 630ea45 commit 42baed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Expand Up @@ -75,7 +75,7 @@ func (mw *MutexWrap) Disable() {
//
// var log = &logrus.Logger{
// Out: os.Stderr,
// Formatter: new(logrus.JSONFormatter),
// Formatter: new(logrus.TextFormatter),
// Hooks: make(logrus.LevelHooks),
// Level: logrus.DebugLevel,
// }
Expand Down

0 comments on commit 42baed8

Please sign in to comment.