From a985f43178c08e372a44b8b4ad384fab7409e50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 20 Aug 2019 21:19:16 -0400 Subject: [PATCH] Continuing development. --- bazarr/logger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bazarr/logger.py b/bazarr/logger.py index 1315947f9..90931270f 100644 --- a/bazarr/logger.py +++ b/bazarr/logger.py @@ -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)