Skip to content

Commit

Permalink
Increase log level in get_files_diff
Browse files Browse the repository at this point in the history
Ogr debug level strings don't reach Splunk.
  • Loading branch information
majamassarini committed Dec 21, 2023
1 parent 4d2efab commit d7b1eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogr/services/pagure/pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def get_files_diff(
f"While retrieving PR diffstats Pagure returned ENOPRSTATS. \n{ex}",
)
if attempt < retries:
logger.debug(
logger.error(
f"Trying again; attempt={attempt} after {wait_seconds}seconds",
)
attempt += 1
Expand Down

0 comments on commit d7b1eac

Please sign in to comment.