1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 00:50:24 +08:00

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

View File

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