Skip to content

Commit

Permalink
Fix default context logger
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Jan 25, 2024
1 parent 01e7894 commit b5cbf20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ func init() {
if v := os.Getenv("TL_LOG"); v != "" {
setLevelByName(v)
}
zerolog.DefaultContextLogger = &Logger
}

0 comments on commit b5cbf20

Please sign in to comment.