Skip to content

Commit 7d08314

Browse files
committed
Log exc details for setting GitLab statuses
1 parent d6b6a6e commit 7d08314

File tree

1 file changed

+1
-0
lines changed
  • packit_service/worker/reporting/reporters

1 file changed

+1
-0
lines changed

packit_service/worker/reporting/reporters/gitlab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def set_status(
5151
trim=True,
5252
)
5353
except GitlabAPIException as e:
54+
logger.debug(f"Failed to set the status: {e}. Response code: {e.response_code}")
5455
# Ignoring Gitlab 'enqueue' error
5556
# https://github.com/packit-service/packit-service/issues/741
5657
if e.response_code != 400:

0 commit comments

Comments
 (0)