Skip to content

Commit 38405be

Browse files
author
Bryan Sieber
committed
Updating logging for now
1 parent 6a3f312 commit 38405be

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)