Enable logging of tornado errors by default, to make sure octoprint.log will contain meaningful entries if something goes wrong in our tornado customization
This commit is contained in:
parent
b79d5e670a
commit
e149689249
1 changed files with 3 additions and 0 deletions
|
|
@ -413,6 +413,9 @@ class Server():
|
|||
"level": "CRITICAL",
|
||||
"handlers": ["serialFile"],
|
||||
"propagate": False
|
||||
},
|
||||
"tornado.application": {
|
||||
"level": "ERROR"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue