Browse code

logrus use full timestamp

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2017/08/03 02:29:46
Showing 1 changed files
... ...
@@ -96,6 +96,7 @@ func (cli *DaemonCli) start(opts *daemonOptions) (err error) {
96 96
 	logrus.SetFormatter(&logrus.TextFormatter{
97 97
 		TimestampFormat: jsonlog.RFC3339NanoFixed,
98 98
 		DisableColors:   cli.Config.RawLogs,
99
+		FullTimestamp:   true,
99 100
 	})
100 101
 
101 102
 	if err := setDefaultUmask(); err != nil {