Skip to content

Commit

Permalink
error level to error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jul 19, 2024
1 parent 5ade353 commit 52ca10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
}

// Initialize zerolog
zerolog.SetGlobalLevel(zerolog.DebugLevel)
zerolog.SetGlobalLevel(zerolog.ErrorLevel)

// Initialize LRU
gridCacheMax, err := strconv.Atoi(*gridCacheMaxFlag)
Expand Down

0 comments on commit 52ca10a

Please sign in to comment.