Skip to content

Commit 6528aef

Browse files
authored
Log IgnoreInvalidRequestErrors as INFO messages (#644)
1 parent 8c781a2 commit 6528aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbi/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def execute_action(
256256
statsd.incr("jbi.bugzilla.processed.count")
257257
return details
258258
except IgnoreInvalidRequestError as exception:
259-
logger.debug(
259+
logger.info(
260260
"Ignore incoming request: %s",
261261
exception,
262262
extra=runner_context.update(operation=Operation.IGNORE).dict(),

0 commit comments

Comments
 (0)