Skip to content

Commit

Permalink
more logs..
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>
  • Loading branch information
MarcosDY committed Oct 29, 2024
1 parent 6405b50 commit 7d11fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/ca/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ func (m *Manager) notifyTaintedAuthorities(ctx context.Context, taintedAuthoriti
if err == nil {
break
}
fmt.Printf("Failed to process tainted keys on upstream authority: %v\n", err)

nextDuration := taintBackoff.NextBackOff()
if nextDuration == backoff.Stop {
Expand Down

0 comments on commit 7d11fc6

Please sign in to comment.