Fixed key error
This commit is contained in:
parent
d6553a29c6
commit
6e50d37e51
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ class Server():
|
|||
}
|
||||
|
||||
if debug:
|
||||
config["loggers"]["root"]["level"] = "DEBUG"
|
||||
config["root"]["level"] = "DEBUG"
|
||||
|
||||
logging.config.dictConfig(config)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue