Skip to content

Change 'No pending activations' log from warn to debug level#686

Merged
george-sentry merged 1 commit into
mainfrom
cursor/reduce-no-pending-activations-logging-238a
Jun 8, 2026
Merged

Change 'No pending activations' log from warn to debug level#686
george-sentry merged 1 commit into
mainfrom
cursor/reduce-no-pending-activations-logging-238a

Conversation

@george-sentry

@george-sentry george-sentry commented Jun 8, 2026

Copy link
Copy Markdown
Member

Linear

Refs STREAM-1120

Summary

Reduces the log level of "No pending activations" from warn! to debug! in the gRPC server's set_task_status method.

Changes

  • Changed log level in src/grpc/server.rs line 192 from warn! to debug!

Rationale

Having no pending activations is a normal operational state that doesn't require warning-level logging. This change reduces log noise during normal operation while still keeping the message available at debug level for troubleshooting.

Slack Thread

Open in Web Open in Cursor 

This reduces log noise when there are no pending activations to fetch,
which is a normal operational state and doesn't require warning level
logging.

Fixes STREAM-1120

Co-authored-by: George Berdovskiy <george-sentry@users.noreply.github.com>
@linear-code

linear-code Bot commented Jun 8, 2026

Copy link
Copy Markdown

STREAM-1120

@george-sentry george-sentry marked this pull request as ready for review June 8, 2026 17:33
@george-sentry george-sentry requested a review from a team as a code owner June 8, 2026 17:33
@george-sentry george-sentry merged commit a44d28f into main Jun 8, 2026
26 checks passed
@george-sentry george-sentry deleted the cursor/reduce-no-pending-activations-logging-238a branch June 8, 2026 17:42
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.

3 participants