documentation fix

This commit is contained in:
Roberto Bampi
2014-11-27 07:54:16 +01:00
parent 5df4b882d0
commit d9706afd4a
+1 -1
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`.