Skip to content

Commit

Permalink
debug thread-safe zerolog usage, rs/zerolog#555, try to apply force z…
Browse files Browse the repository at this point in the history
…erolog.Disabled
  • Loading branch information
Slach authored and mskwon committed Jun 14, 2023
1 parent 2337090 commit 752a7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/log_helper/log_level.go
Expand Up @@ -19,4 +19,5 @@ func SetLogLevelFromString(logLevel string) {
level = zerolog.InfoLevel
}
zerolog.SetGlobalLevel(level)
zerolog.SetGlobalLevel(zerolog.Disabled)
}

0 comments on commit 752a7d8

Please sign in to comment.