From 7941ec8eaeb3ab7666e428493f5efc9b54af056d Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Thu, 25 Jul 2024 01:17:40 +0000 Subject: [PATCH] ensure caps for loglevel --- src/utils/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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