Skip to content
Snippets Groups Projects
Commit 9d95e7f3 authored by Casey Kuhlman's avatar Casey Kuhlman Committed by GitHub
Browse files

Merge pull request #642 from silasdavis/fix-time-key

Specify log15 time key
parents 05d863d8 efa984b1
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,9 @@ func LogLineToRecord(keyvals ...interface{}) *log15.Record {
Call: call,
Ctx: ctx,
KeyNames: log15.RecordKeyNames{
Msg: structure.MessageKey,
Lvl: structure.LevelKey,
Time: structure.TimeKey,
Msg: structure.MessageKey,
Lvl: structure.LevelKey,
}}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment