-
Notifications
You must be signed in to change notification settings - Fork 6
fix(cli): hide file paths in log output unless debug mode enabled #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Configure RichHandler to only show file paths (e.g., object.py:568) when the --debug flag is used. This provides cleaner output for normal usage while preserving detailed logging for troubleshooting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
WalkthroughThe change modifies the RichHandler initialization in the Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (2)**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
infrahub_sdk/ctl/**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (1)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #608 +/- ##
===========================================
+ Coverage 75.13% 75.42% +0.28%
===========================================
Files 112 108 -4
Lines 10972 9323 -1649
Branches 2368 1855 -513
===========================================
- Hits 8244 7032 -1212
+ Misses 2138 1802 -336
+ Partials 590 489 -101
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 21 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Configure RichHandler to only show file paths (e.g., object.py:568)
when the --debug flag is used. This provides cleaner output for
normal usage while preserving detailed logging for troubleshooting.
Summary by CodeRabbit