set debug level to debug
This commit is contained in:
parent
9eae30b0d6
commit
bcece4500a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from pathlib import Path
|
||||||
def get_logger(
|
def get_logger(
|
||||||
name: str,
|
name: str,
|
||||||
log_file: str = "app.log",
|
log_file: str = "app.log",
|
||||||
console_level: str = "INFO",
|
console_level: str = "DEBUG",
|
||||||
file_level: str = "DEBUG",
|
file_level: str = "DEBUG",
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue