Add milliseconds to the logging timestamp
This commit is contained in:
@ -13,6 +13,7 @@ import (
|
||||
var log = &logrus.Logger{
|
||||
Out: os.Stderr,
|
||||
Formatter: &logrus.TextFormatter{
|
||||
TimestampFormat: "2006-01-02T15:04:05.000000Z",
|
||||
DisableColors: true,
|
||||
FullTimestamp: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user