Skip to content

Commit 8f0a3af

Browse files
committed
Clarify logging
1 parent bc822a7 commit 8f0a3af

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.Info("Webhooks changed. Updating certs...")
381+
log.Trace("Checking to ensure CA bundle is up-to-date...")
382382

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

0 commit comments

Comments
 (0)