Skip to content

fix(outbox): downgrade Skipping message log from INFO to DEBUG - #24

Merged
strobus merged 1 commit into
mainfrom
fix/downgrade-skipping-message-log-level
Mar 16, 2026
Merged

fix(outbox): downgrade Skipping message log from INFO to DEBUG#24
strobus merged 1 commit into
mainfrom
fix/downgrade-skipping-message-log-level

Conversation

@strobus

@strobus strobus commented Mar 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Downgrades the "Skipping message" log from INFO to DEBUG in the outbox processor
  • This log fires for every outbox record already processed by another pod/goroutine, which is expected in multi-replica deployments
  • At INFO level it produces thousands of noisy log lines that obscure meaningful output

Test plan

  • Deploy sites-api with go-outbox v0.5.1-beta.0 and verify "Skipping message" logs no longer appear at INFO level
  • Confirm "Successfully processed message" still logs at INFO
  • Verify outbox processing behavior is unchanged (messages still delivered correctly)

🤖 Generated with Claude Code

This log fires for every outbox record that was already processed by
another pod or goroutine, which is expected behavior in multi-replica
deployments. At INFO level it produces thousands of noisy log lines
that obscure meaningful output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@strobus
strobus requested a review from gjarmstrong March 14, 2026 18:17
@strobus
strobus merged commit 8ffff57 into main Mar 16, 2026
1 of 3 checks passed
@strobus
strobus deleted the fix/downgrade-skipping-message-log-level branch March 16, 2026 16:03
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.

1 participant