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{
|
// FieldMap: FieldMap{
|
||||||
// FieldKeyTime: "@timestamp",
|
// FieldKeyTime: "@timestamp",
|
||||||
// FieldKeyLevel: "@level",
|
// FieldKeyLevel: "@level",
|
||||||
// FieldKeyLevel: "@message",
|
// FieldKeyMsg: "@message",
|
||||||
// },
|
// },
|
||||||
// }
|
// }
|
||||||
FieldMap FieldMap
|
FieldMap FieldMap
|
||||||
|
|
Loading…
Reference in New Issue