-
Notifications
You must be signed in to change notification settings - Fork 114
Reduce log level for per file level logs in RustSbomDetector #1603
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1603 +/- ##
=====================================
Coverage 90.0% 90.0%
=====================================
Files 435 437 +2
Lines 37107 37195 +88
Branches 2299 2308 +9
=====================================
+ Hits 33426 33506 +80
- Misses 3209 3217 +8
Partials 472 472 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR reduces the verbosity of per-file logging in the RustSbomDetector by changing two log statements from Information level to Debug level. This prevents excessive log output during component detection in repositories with many Rust manifest files.
- Changes log level for "Processing file" message from LogInformation to LogDebug
- Changes log level for "Skipping file due to skip rules" message from LogInformation to LogDebug
|
👋 Hi! It looks like you modified some files in the
If none of the above scenarios apply, feel free to ignore this comment 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Reduce log level for per file level logs in RustSbomDetector