Skip to content

fix(cli): demote retry log messages to debug level#2906

Merged
migmartri merged 1 commit into
chainloop-dev:mainfrom
migmartri:fix/cli-retry-log-level
Mar 21, 2026
Merged

fix(cli): demote retry log messages to debug level#2906
migmartri merged 1 commit into
chainloop-dev:mainfrom
migmartri:fix/cli-retry-log-level

Conversation

@migmartri

Copy link
Copy Markdown
Member

Summary

  • Demote transient retry log messages from error to debug level so they are hidden by default
  • Preserve the "concurrent state update detected" message for attestation state conflicts

Fixes #2905

Transient retry errors during attestation operations were logged at
error level, causing noisy output for users. These are expected during
normal operation and only useful for debugging.

Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@migmartri migmartri merged commit 7a65cb0 into chainloop-dev:main Mar 21, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI retry log messages shown at error level

2 participants