set debug level to debug

This commit is contained in:
Viktor Barzin 2025-06-22 13:05:24 +00:00
parent 9eae30b0d6
commit bcece4500a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -8,7 +8,7 @@ from pathlib import Path
def get_logger(
name: str,
log_file: str = "app.log",
console_level: str = "INFO",
console_level: str = "DEBUG",
file_level: str = "DEBUG",
):
"""