chore: info to debug logs#3348
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (12)
📝 WalkthroughWalkthroughThirty-three ChangesLog Level Downgrade Across Indexer Services
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Changelist
Switch high-frequency
logger.infocalls tologger.debugto cut log noise acrossender, vulcan, socks, comlink, and roundtable — block/message processing, order
place/update/remove handlers, websocket connection lifecycle, request logging, and
PnL tick creation.
Note: these lines are only suppressed once the deployed
LOG_LEVELisinfo. Thedefault is
debug, so the ECS task definitions for the affected services must setLOG_LEVEL=infofor this to take effect (see Deployment note).Deployment note
Set
LOG_LEVEL=infoon the indexer task definitions for: ender, comlink, socks,roundtable, vulcan. Without this the change is a no-op (debug logs still emit).
Summary by CodeRabbit