TUN-817: Increase the log time precision

This commit is contained in:
Areg Harutyunyan 2018-07-26 17:29:12 -05:00
parent cefcb79b75
commit a9c8067c16
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
) )
var ( var (
DefaultTimestampFormat = time.RFC3339 DefaultTimestampFormat = time.RFC3339Nano
) )
type JSONFormatter struct { type JSONFormatter struct {