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