diff --git a/exhausting_mturk/api.py b/exhausting_mturk/api.py index 8ddc8ae..7093790 100644 --- a/exhausting_mturk/api.py +++ b/exhausting_mturk/api.py @@ -112,7 +112,7 @@ class Connection(): # RequesterFeedback=reason ) except Exception as e: - logger.danger("ignoring exception on accepting/rejecting assignment!") + logger.critical("ignoring exception on accepting/rejecting assignment!") logger.exception(e) # save with new status after all processing is succesfull