Fix typo in docs for New()

This commit is contained in:
Albert Nigmatzianov 2017-09-02 15:04:38 +05:00 committed by GitHub
parent 1fb8c53680
commit e59e5eaa92
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func (mw *MutexWrap) Disable() {
// //
// var log = &logrus.Logger{ // var log = &logrus.Logger{
// Out: os.Stderr, // Out: os.Stderr,
// Formatter: new(JSONFormatter), // Formatter: new(logrus.JSONFormatter),
// Hooks: make(LevelHooks), // Hooks: make(LevelHooks),
// Level: logrus.DebugLevel, // Level: logrus.DebugLevel,
// } // }