Skip to content

chore(projections): remove debug log markers#361

Merged
yordis merged 2 commits into
masterfrom
yordis/chore-projection-log-prefix
May 14, 2026
Merged

chore(projections): remove debug log markers#361
yordis merged 2 commits into
masterfrom
yordis/chore-projection-log-prefix

Conversation

@yordis

@yordis yordis commented May 14, 2026

Copy link
Copy Markdown
Member
  • Keeps production projection logs operator-facing rather than carrying debug-era prefixes.
  • Reduces noise when projection commands fail because the target projection is missing.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@cursor

cursor Bot commented May 14, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Changes are limited to log message text in projection command handlers and a test-only readiness wait for a TCP endpoint; no runtime behavior or data paths are altered.

Overview
Improves operator-facing projection management logs by removing the DBG:/marker-style error text and fixing a typo in the SetRunAs informational message; missing-projection cases now log Projection '{projection}' not found..

Stabilizes the TCP transport integration test when_invalid_data_is_sent_over_tcp by waiting for the selected node’s TCP endpoint to accept connections before attempting to connect and send invalid data.

Reviewed by Cursor Bugbot for commit c0100c8. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented May 14, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@yordis has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 36 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 57d8c6fe-ded4-4177-ac75-132ada828ca8

📥 Commits

Reviewing files that changed from the base of the PR and between 7373777 and c0100c8.

📒 Files selected for processing (2)
  • src/EventStore.Core.Tests/Services/Transport/Tcp/when_invalid_data_is_sent_over_tcp.cs
  • src/EventStore.Projections.Core/Services/Management/ProjectionManager.cs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch yordis/chore-projection-log-prefix

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis yordis merged commit d552b3e into master May 14, 2026
35 of 36 checks passed
@yordis yordis deleted the yordis/chore-projection-log-prefix branch May 14, 2026 17:47
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