documentation fix

This commit is contained in:
Roberto Bampi 2014-11-27 07:54:16 +01:00
parent 5df4b882d0
commit d9706afd4a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ type Logger struct {
// Out: os.Stderr, // Out: os.Stderr,
// Formatter: new(JSONFormatter), // Formatter: new(JSONFormatter),
// Hooks: make(levelHooks), // Hooks: make(levelHooks),
// Level: logrus.Debug, // Level: logrus.DebugLevel,
// } // }
// //
// It's recommended to make this a global instance called `log`. // It's recommended to make this a global instance called `log`.