diff --git a/allianceauth/templatetags/admin_status.py b/allianceauth/templatetags/admin_status.py index c84b47fe..f7de2513 100644 --- a/allianceauth/templatetags/admin_status.py +++ b/allianceauth/templatetags/admin_status.py @@ -168,7 +168,7 @@ def _fetch_list_from_gitlab(url: str, max_pages: int = MAX_PAGES) -> list: except requests.exceptions.RequestException as e: error_str = str(e) - logger.error( + logger.warning( f'Unable to fetch from GitLab API. Error: {error_str}', exc_info=True, )