Skip to content

Commit ca8eeec

Browse files
author
Luis (LT) Carbonell
authored
Update subcommand/injector/command.go
1 parent 8f0a3af commit ca8eeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subcommand/injector/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ func (c *Command) certWatcher(ctx context.Context, ch <-chan cert.Bundle, client
378378

379379
case <-webhooksWatcher:
380380
// Webhooks changed, make sure the CA bundle is up-to-date.
381-
log.Trace("Checking to ensure CA bundle is up-to-date...")
381+
log.Debug("Checking to ensure CA bundle is up-to-date...")
382382

383383
case <-ctx.Done():
384384
// Quit

0 commit comments

Comments
 (0)