We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af4db6 commit af64e39Copy full SHA for af64e39
cmd/dockerd/daemon.go
@@ -96,6 +96,7 @@ func (cli *DaemonCli) start(opts *daemonOptions) (err error) {
96
logrus.SetFormatter(&logrus.TextFormatter{
97
TimestampFormat: jsonlog.RFC3339NanoFixed,
98
DisableColors: cli.Config.RawLogs,
99
+ FullTimestamp: true,
100
})
101
102
if err := setDefaultUmask(); err != nil {
0 commit comments