mirror of https://github.com/sirupsen/logrus.git
Merge pull request #535 from mattias-lundell/patch-1
Fixed small typo in example.
This commit is contained in:
commit
21173bb50a
|
@ -35,7 +35,7 @@ type JSONFormatter struct {
|
|||
// FieldMap: FieldMap{
|
||||
// FieldKeyTime: "@timestamp",
|
||||
// FieldKeyLevel: "@level",
|
||||
// FieldKeyLevel: "@message",
|
||||
// FieldKeyMsg: "@message",
|
||||
// },
|
||||
// }
|
||||
FieldMap FieldMap
|
||||
|
|
Loading…
Reference in New Issue