Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aclevername committed Jun 20, 2024
1 parent eb6d91a commit e64a596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func main() {
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts), func(o *zap.Options) {
o.TimeEncoder = zapcore.TimeEncoderOfLayout("2006-01-02T15:04:05Z07:00")
}))

prefix := os.Getenv("KRATIX_LOGGER_PREFIX")
if prefix != "" {
ctrl.Log = ctrl.Log.WithName(prefix)
Expand Down

0 comments on commit e64a596

Please sign in to comment.