mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Fix log.debug()
`common.logger` imports `settings` Creating a circular dependency causes the failure to load this file from `tubesync/settings.py`. Without the change to `DEBUG` from this file the log level is `INFO` instead of `DEBUG` so none of those messages were showing.
This commit is contained in:
parent
58bd4c314a
commit
89c70ec782
@ -1,7 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from urllib.parse import urljoin
|
from urllib.parse import urljoin
|
||||||
from common.logger import log
|
|
||||||
from common.utils import parse_database_connection_string
|
from common.utils import parse_database_connection_string
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user