mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 08:47:52 +08:00
Continuing development.
This commit is contained in:
parent
278263c08d
commit
a985f43178
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ def configure_logging(debug=False):
|
|||
logger.addHandler(fh)
|
||||
|
||||
if debug:
|
||||
logging.getLogger("peewee").setLevel(logging.INFO)
|
||||
logging.getLogger("apscheduler").setLevel(logging.DEBUG)
|
||||
logging.getLogger("subliminal").setLevel(logging.DEBUG)
|
||||
logging.getLogger("subliminal_patch").setLevel(logging.DEBUG)
|
||||
|
|
Loading…
Reference in a new issue