Fix the JSONFormatter example comment

This commit is contained in:
Jay Qin 2017-03-23 09:50:46 -07:00
parent 10f801ebc3
commit 6223de399c
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