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
commit 21173bb50a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type JSONFormatter struct {
// FieldMap: FieldMap{
// FieldKeyTime: "@timestamp",
// FieldKeyLevel: "@level",
// FieldKeyLevel: "@message",
// FieldKeyMsg: "@message",
// },
// }
FieldMap FieldMap