diff --git a/src/utils/consts.py b/src/utils/consts.py index 5862a79..6753607 100644 --- a/src/utils/consts.py +++ b/src/utils/consts.py @@ -3,7 +3,7 @@ import os from pathlib import Path LOG_LEVEL = os.getenv("LOG_LEVEL") or "INFO" -LOG_LEVEL = logging.getLevelName(LOG_LEVEL) +LOG_LEVEL = logging.getLevelName(LOG_LEVEL.upper()) CHALLENGE_TITLES = [ # Cloudflare