Skip to content

Commit 18bdf78

Browse files
authored
fix: remove uneless-code (#121)
1 parent ca11d36 commit 18bdf78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/log/zap.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ func NewZapLogger(cfg *config.LogConfig) (*zap.Logger, error) {
2020
"text": zap.NewDevelopmentEncoderConfig(),
2121
"json": zap.NewProductionEncoderConfig(),
2222
}
23-
zap.NewProductionConfig()
2423
zapConfig := zap.Config{
2524
Level: zap.NewAtomicLevelAt(level),
2625
Development: false,

0 commit comments

Comments
 (0)