mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
extra logging for tests
This commit is contained in:
parent
f70fbbdfee
commit
543fa3cfa9
@ -185,6 +185,7 @@ class DiscourseManager:
|
|||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
except requests.exceptions.HTTPError as e:
|
except requests.exceptions.HTTPError as e:
|
||||||
raise DiscourseError(endpoint, e.response.status_code)
|
raise DiscourseError(endpoint, e.response.status_code)
|
||||||
|
logger.debug("Discourse API output:\n{}".format(out)) # this is spamy as hell remove before release
|
||||||
return out
|
return out
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user