mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
lowered loglevel of ApiError on invalid char ID
This commit is contained in:
parent
766f4343aa
commit
b6446f255e
@ -237,7 +237,7 @@ class EveApiManager():
|
||||
logger.debug("Confirmed id %s is a character." % character_id)
|
||||
return True
|
||||
except evelink.api.APIError as error:
|
||||
logger.exception("APIError occured while checking if id %s is a character. Possibly not character?" % character_id)
|
||||
logger.debug("APIError occured while checking if id %s is a character. Possibly not character?" % character_id, exc_info=True)
|
||||
|
||||
logger.debug("Unable to verify id %s is a character." % character_id)
|
||||
return False
|
||||
|
Loading…
x
Reference in New Issue
Block a user