Closed
Description
During startup users see the following message:
INFO xmlschema - Resource 'XMLSchema.xsd' is already loaded schemas.py:1235
I don't really think this tells most users anything and it sometimes confuses them especially because it shows up before we even print the tool name. Let's change this from a logger.info
message to a logger.debug
one so it'll only show up if you run cve-bin-tool in --log debug
mode.
This should be doable by a beginner, but be warned that I'm not available to help a beginner this week so you'll need to rely on other core contributors if you get stuck, and it's possible no one will be able to authorize your test workflows on the PR for a few days.
Short tips for new contributors:
- cve-bin-tool's contributor docs
- If you've contributed to open source but not this project, you might just want our checklist for a great pull request
- cve-bin-tool uses https://www.conventionalcommits.org/ style for commit messages, and we have a test that checks the title of your PR. A good potential title for this one is in the title of this issue.
- You can make an issue auto close by including a comment "fixes #ISSUENUMBER" in your PR comments where ISSUENUMBER is the actual number of the issue.