mirror of https://github.com/sirupsen/logrus.git
Fixed small typo in example.
This commit is contained in:
parent
5b60b3d3ee
commit
e3715134c9
|
@ -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