mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-12 17:03:59 +08:00
Raise error level for subliminal logging in response to #29
This commit is contained in:
parent
af232e3edf
commit
34e72f4d4b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def configure_logging():
|
|||
fh.setFormatter(f)
|
||||
logging.getLogger("enzyme").setLevel(logging.CRITICAL)
|
||||
logging.getLogger("apscheduler").setLevel(logging.WARNING)
|
||||
logging.getLogger("subliminal").setLevel(logging.ERROR)
|
||||
logging.getLogger("subliminal").setLevel(logging.CRITICAL)
|
||||
root = logging.getLogger()
|
||||
root.setLevel(log_level)
|
||||
root.addHandler(fh)
|
||||
|
|
Loading…
Reference in a new issue