Skip to content

Commit

Permalink
feat: logger error level
Browse files Browse the repository at this point in the history
  • Loading branch information
pupilcc committed Jan 10, 2024
1 parent cf6d38a commit 5559145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func GetLogger() *zap.Logger {
}

atomicLevel := zap.NewAtomicLevel()
atomicLevel.SetLevel(zap.InfoLevel)
atomicLevel.SetLevel(zap.ErrorLevel)

config := zap.Config{
Level: atomicLevel,
Expand Down

0 comments on commit 5559145

Please sign in to comment.