From 5dafdf5472855269ebd87ac0aded587efb864171 Mon Sep 17 00:00:00 2001 From: bakito Date: Sun, 28 Mar 2021 20:28:58 +0200 Subject: [PATCH] change output paths --- pkg/log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/log/log.go b/pkg/log/log.go index 4678f7e..4a1fca9 100644 --- a/pkg/log/log.go +++ b/pkg/log/log.go @@ -19,7 +19,7 @@ func init() { Development: false, Encoding: "console", EncoderConfig: zap.NewDevelopmentEncoderConfig(), - OutputPaths: []string{"stderr"}, + OutputPaths: []string{"stdout"}, ErrorOutputPaths: []string{"stderr"}, }