mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Set logger to warning to not trigger a notification to admins every time
This commit is contained in:
parent
20da1ebfab
commit
8faadc23b0
@ -168,7 +168,7 @@ def _fetch_list_from_gitlab(url: str, max_pages: int = MAX_PAGES) -> list:
|
|||||||
except requests.exceptions.RequestException as e:
|
except requests.exceptions.RequestException as e:
|
||||||
error_str = str(e)
|
error_str = str(e)
|
||||||
|
|
||||||
logger.error(
|
logger.warning(
|
||||||
f'Unable to fetch from GitLab API. Error: {error_str}',
|
f'Unable to fetch from GitLab API. Error: {error_str}',
|
||||||
exc_info=True,
|
exc_info=True,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user