Fixed small typo in example.

This commit is contained in:
Mattias Lundell 2017-05-05 14:18:10 +02:00 committed by GitHub
parent 5b60b3d3ee
commit e3715134c9
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