Fixed typo in the comment

This commit is contained in:
Alexey Remizov 2017-03-22 17:09:05 +03:00 committed by GitHub
parent 10f801ebc3
commit 6054749f37
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