Continuing development.

This commit is contained in:
Louis Vézina 2019-08-20 21:19:16 -04:00
parent 278263c08d
commit a985f43178
1 changed files with 1 additions and 0 deletions

View File

@ -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)