mirror of https://github.com/sirupsen/logrus.git
Fixed typo in the comment
This commit is contained in:
parent
10f801ebc3
commit
6054749f37
|
@ -35,7 +35,7 @@ type JSONFormatter struct {
|
|||
// FieldMap: FieldMap{
|
||||
// FieldKeyTime: "@timestamp",
|
||||
// FieldKeyLevel: "@level",
|
||||
// FieldKeyLevel: "@message",
|
||||
// FieldKeyMsg: "@message",
|
||||
// },
|
||||
// }
|
||||
FieldMap FieldMap
|
||||
|
|
Loading…
Reference in New Issue