Use nanosecond timing for daemon log

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2016-04-20 18:08:23 -07:00
parent b31b8a611e
commit 7b2491bccc

View file

@ -72,6 +72,7 @@ var daemonFlags = []cli.Flag{
}
func main() {
logrus.SetFormatter(&logrus.TextFormatter{TimestampFormat: time.RFC3339Nano})
appendPlatformFlags()
app := cli.NewApp()
app.Name = "containerd"