Auto-update: Wed Jun 26 11:45:00 PDT 2024
This commit is contained in:
parent
e7c843b6c1
commit
c5a4242ec4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ENV_PATH = CONFIG_DIR / ".env"
|
|||
LOGS_DIR = BASE_DIR / "logs"
|
||||
|
||||
# Create logger instance
|
||||
L = Logger("your_logger_name", "your_logs_directory")
|
||||
L = Logger("Central", LOGS_DIR)
|
||||
|
||||
os.makedirs(LOGS_DIR, exist_ok=True)
|
||||
load_dotenv(ENV_PATH)
|
||||
|
|
Loading…
Reference in a new issue