Add configurable logging from settings
This commit is contained in:
parent
e925f21762
commit
703985f311
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ if settings.log:
|
||||||
logging_config = safe_load(f)
|
logging_config = safe_load(f)
|
||||||
logging.config.dictConfig(logging_config)
|
logging.config.dictConfig(logging_config)
|
||||||
|
|
||||||
breakpoint()
|
|
||||||
templates = Jinja2Templates(Path(__file__).parent / "templates")
|
templates = Jinja2Templates(Path(__file__).parent / "templates")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue