Merge pull request #535 from mattias-lundell/patch-1

Fixed small typo in example.
This commit is contained in:
Simon Eskildsen
2017-05-12 06:07:14 -04:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ type JSONFormatter struct {
// FieldMap: FieldMap{
// FieldKeyTime: "@timestamp",
// FieldKeyLevel: "@level",
// FieldKeyLevel: "@message",
// FieldKeyMsg: "@message",
// },
// }
FieldMap FieldMap