TUN-817: Increase the log time precision
This commit is contained in:
parent
cefcb79b75
commit
a9c8067c16
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
DefaultTimestampFormat = time.RFC3339
|
||||
DefaultTimestampFormat = time.RFC3339Nano
|
||||
)
|
||||
|
||||
type JSONFormatter struct {
|
||||
|
|
Loading…
Reference in New Issue