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