Skip to content

Commit 3c1c5e8

Browse files
Merge pull request #36 from mozilla/log-update
Updating logging for now
2 parents 6a3f312 + 38405be commit 3c1c5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jbi/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def execute_action(request: BugzillaWebhookRequest, action_map, settings):
6868
return JSONResponse(content={"error": str(exception)}, status_code=202)
6969
except Exception as exception: # pylint: disable=broad-except
7070
# TODO: Remove when sentry is enabled # pylint: disable=fixme
71-
jbi_logger.debug(
71+
jbi_logger.info(
7272
"unknown-exception (%s): %s", type(exception), exception, exc_info=True
7373
)
7474
raise exception

0 commit comments

Comments
 (0)