From a9c8067c16e1f8cd12076f7f0aecaeafa26e3564 Mon Sep 17 00:00:00 2001 From: Areg Harutyunyan Date: Thu, 26 Jul 2018 17:29:12 -0500 Subject: [PATCH] TUN-817: Increase the log time precision --- log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/log.go b/log/log.go index 00516e78..bc94e779 100644 --- a/log/log.go +++ b/log/log.go @@ -13,7 +13,7 @@ import ( ) var ( - DefaultTimestampFormat = time.RFC3339 + DefaultTimestampFormat = time.RFC3339Nano ) type JSONFormatter struct {