Skip to content

Commit ddef73b

Browse files
committed
Increase log level for QP audit
1 parent 7b3bde1 commit ddef73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar/qualityprofiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def audit(self, audit_settings: types.ConfigSettings = None) -> list[Problem]:
473473
:return: List of problems found, or empty list
474474
:rtype: list[Problem]
475475
"""
476-
log.debug("Auditing %s", str(self))
476+
log.info("Auditing %s", str(self))
477477
if self.is_built_in:
478478
log.info("%s is built-in, skipping audit", str(self))
479479
return []

0 commit comments

Comments
 (0)