feat(log): use loguru

This commit is contained in:
2025-10-26 15:57:45 +03:00
parent be5732bc32
commit 6f478d717a
3 changed files with 2 additions and 8 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
import os
from dotenv import load_dotenv
from .createLogger import createLogger
from loguru import logger as log
DOTENV_PATH = '.env'
log = createLogger("ENV")
def initializeENV() -> bool:
if os.path.exists(DOTENV_PATH):