Fix logging level of __virtual__() module#69708
Conversation
|
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here's some information that may help as you continue your Salt journey. There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
| ) | ||
|
|
||
| def test_keyerror_is_debug_not_error(self): | ||
| module = """ |
There was a problem hiding this comment.
Use tests.support.helpers.dedent instead
What does this PR do?
What issues does this PR fix or reference?
Fixes
Previous Behavior
Error messages from module
__virtual__()were logged at error level.New Behavior
Error messages from module
__virtual__()are logged at debug level.Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
No