Use nanosecond timing for daemon log
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
b31b8a611e
commit
7b2491bccc
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ var daemonFlags = []cli.Flag{
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
logrus.SetFormatter(&logrus.TextFormatter{TimestampFormat: time.RFC3339Nano})
|
||||||
appendPlatformFlags()
|
appendPlatformFlags()
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "containerd"
|
app.Name = "containerd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue