Merge pull request #85 from gigaroby/doc-fix

documentation fix
This commit is contained in:
Simon Eskildsen 2014-11-27 12:42:15 -05:00
commit 6c28e16200
1 changed files with 1 additions and 1 deletions

View File

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