Skip to content

Commit 10155ce

Browse files
jira push: log inactive/verified message to debug (#12376)
1 parent be2429b commit 10155ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/finding/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def get_jira_data(self, finding: Finding):
658658
) = jira_helper.can_be_pushed_to_jira(finding)
659659
# Check the error code
660660
if error_code:
661-
logger.error(error_code)
661+
logger.debug(error_code)
662662

663663
return {
664664
"can_be_pushed_to_jira": can_be_pushed_to_jira,

0 commit comments

Comments
 (0)