mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
Lowered loglevel for evelink.APIError
Prevents unnecessary notifications when getting info for a corp with a bad corp ID
This commit is contained in:
parent
0622d2f146
commit
bfef9c3123
@ -170,7 +170,7 @@ class EveApiManager():
|
|||||||
logger.debug("Confirmed id %s is a corp." % corp_id)
|
logger.debug("Confirmed id %s is a corp." % corp_id)
|
||||||
return True
|
return True
|
||||||
except evelink.api.APIError as error:
|
except evelink.api.APIError as error:
|
||||||
logger.exception("APIError occured while checking if id %s is corp. Possibly not corp?" % corp_id)
|
logger.debug("APIError occured while checking if id %s is corp. Possibly not corp?" % corp_id)
|
||||||
|
|
||||||
logger.debug("Unable to verify id %s is corp." % corp_id)
|
logger.debug("Unable to verify id %s is corp." % corp_id)
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user