We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca11d36 commit 18bdf78Copy full SHA for 18bdf78
pkg/log/zap.go
@@ -20,7 +20,6 @@ func NewZapLogger(cfg *config.LogConfig) (*zap.Logger, error) {
20
"text": zap.NewDevelopmentEncoderConfig(),
21
"json": zap.NewProductionEncoderConfig(),
22
}
23
- zap.NewProductionConfig()
24
zapConfig := zap.Config{
25
Level: zap.NewAtomicLevelAt(level),
26
Development: false,
0 commit comments