Skip to content

Commit

Permalink
Revert "feat: logger error level"
Browse files Browse the repository at this point in the history
This reverts commit 5559145.
  • Loading branch information
pupilcc committed Jan 10, 2024
1 parent 5559145 commit f03b5ea
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.ErrorLevel)
atomicLevel.SetLevel(zap.InfoLevel)

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

0 comments on commit f03b5ea

Please sign in to comment.