Skip to content

Commit

Permalink
chore: add todo to move away from global loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawal1248 committed Oct 12, 2023
1 parent 48a7b6c commit 05b40dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/signozschemamigrator/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func init() {
log.Fatalf("Failed to initialize zap logger %v", err)
}
// replace global logger
// TODO(dhawal1248): move away from global logger
zap.ReplaceGlobals(logger)
}

Expand Down

0 comments on commit 05b40dd

Please sign in to comment.