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{ // FieldMap: FieldMap{
// FieldKeyTime: "@timestamp", // FieldKeyTime: "@timestamp",
// FieldKeyLevel: "@level", // FieldKeyLevel: "@level",
// FieldKeyLevel: "@message", // FieldKeyMsg: "@message",
// }, // },
// } // }
FieldMap FieldMap FieldMap FieldMap