| ... | ... |
@@ -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 {
|