From e149689249660ce8341057e1e044b2edf311b7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 24 Oct 2014 20:11:58 +0200 Subject: [PATCH] Enable logging of tornado errors by default, to make sure octoprint.log will contain meaningful entries if something goes wrong in our tornado customization --- src/octoprint/server/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/octoprint/server/__init__.py b/src/octoprint/server/__init__.py index efc56ecf..754a682c 100644 --- a/src/octoprint/server/__init__.py +++ b/src/octoprint/server/__init__.py @@ -413,6 +413,9 @@ class Server(): "level": "CRITICAL", "handlers": ["serialFile"], "propagate": False + }, + "tornado.application": { + "level": "ERROR" } }, "root": {