From 525dcccbedcd0a5c528b543d80f98e2465b14926 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 3 Apr 2020 09:28:25 -0700 Subject: [PATCH] fix: disable stacks We don't want them. --- setup.go | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.go b/setup.go index a8a67cf33bd8..70d9ed98983b 100644 --- a/setup.go +++ b/setup.go @@ -64,6 +64,7 @@ func SetupLogging() { zapCfg.Sampling = nil zapCfg.EncoderConfig.EncodeTime = zapcore.ISO8601TimeEncoder + zapCfg.DisableStacktrace = true zapCfg.OutputPaths = []string{"stderr"} // check if we log to a file