Skip to content

Reduce noisy log levels in health checker and batch queue#13735

Merged
wu-sheng merged 1 commit intomasterfrom
fix/reduce-noisy-logs
Mar 9, 2026
Merged

Reduce noisy log levels in health checker and batch queue#13735
wu-sheng merged 1 commit intomasterfrom
fix/reduce-noisy-logs

Conversation

@wu-sheng
Copy link
Member

@wu-sheng wu-sheng commented Mar 9, 2026

Summary

  • Health check endpoint: log at debug when healthy (score=0), warn when unhealthy (was info on every request)
  • BatchQueue rebalance: downgrade from info to debug (routine operation that clutters logs)

Test plan

  • Verify health check endpoint returns 200/503 correctly
  • Confirm log output at appropriate levels

🤖 Generated with Claude Code

- Health check: log at debug when healthy, warn when unhealthy
  (was info on every request regardless of status)
- BatchQueue rebalance: downgrade to debug (routine operation)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wu-sheng wu-sheng requested a review from wankai123 March 9, 2026 01:29
@wu-sheng wu-sheng added the chore Chores about the project, like code cleaning up, typos, upgrading dependencies, etc. label Mar 9, 2026
@wu-sheng wu-sheng added this to the 10.4.0 milestone Mar 9, 2026
@wu-sheng wu-sheng merged commit 247583b into master Mar 9, 2026
809 of 817 checks passed
@wu-sheng wu-sheng deleted the fix/reduce-noisy-logs branch March 9, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Chores about the project, like code cleaning up, typos, upgrading dependencies, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants