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