Skip to content

Commit

Permalink
Clarify logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ltcarbonell committed Feb 5, 2025
1 parent bc822a7 commit 8f0a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommand/injector/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func (c *Command) certWatcher(ctx context.Context, ch <-chan cert.Bundle, client

case <-webhooksWatcher:
// Webhooks changed, make sure the CA bundle is up-to-date.
log.Info("Webhooks changed. Updating certs...")
log.Trace("Checking to ensure CA bundle is up-to-date...")

case <-ctx.Done():
// Quit
Expand Down

0 comments on commit 8f0a3af

Please sign in to comment.