Skip to content

Commit

Permalink
Merge pull request moby#34371 from Microsoft/jjh/logrustimestamp
Browse files Browse the repository at this point in the history
logrus use full timestamp
  • Loading branch information
yongtang authored Aug 4, 2017
2 parents 7e59fbe + af64e39 commit cb91286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dockerd/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func (cli *DaemonCli) start(opts *daemonOptions) (err error) {
logrus.SetFormatter(&logrus.TextFormatter{
TimestampFormat: jsonlog.RFC3339NanoFixed,
DisableColors: cli.Config.RawLogs,
FullTimestamp: true,
})

if err := setDefaultUmask(); err != nil {
Expand Down

0 comments on commit cb91286

Please sign in to comment.