mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-07-07 20:24:11 -05:00
Temp disabled error logging for live testing ass logins take 20 seconds more when logging is on.
This commit is contained in:
parent
285b8678ac
commit
dbd88cd893
|
|
@ -1336,7 +1336,8 @@ class ChallengeHandler:
|
|||
"value": challenge["value"]
|
||||
}
|
||||
return data
|
||||
logger.graylog_logger(level="info", handler="get_progression_batch", message=f"Challenge {challenge_id} not found in user data")
|
||||
# disabled because the API takes a long time to print but is very fast to run
|
||||
#logger.graylog_logger(level="info", handler="get_progression_batch", message=f"Challenge {challenge_id} not found in user data")
|
||||
#A lot of challenges are sent that are not in challenge_data
|
||||
#Add them anyways
|
||||
# if challenge_id not in db_challenge:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user