Skip to content

Commit af64e39

Browse files
author
John Howard
committed
logrus use full timestamp
Signed-off-by: John Howard <[email protected]>
1 parent 8af4db6 commit af64e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/dockerd/daemon.go

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func (cli *DaemonCli) start(opts *daemonOptions) (err error) {
9696
logrus.SetFormatter(&logrus.TextFormatter{
9797
TimestampFormat: jsonlog.RFC3339NanoFixed,
9898
DisableColors: cli.Config.RawLogs,
99+
FullTimestamp: true,
99100
})
100101

101102
if err := setDefaultUmask(); err != nil {

0 commit comments

Comments
 (0)