Fix logging
This commit is contained in:
parent
b60b759a36
commit
05dbd71eca
@ -56,4 +56,4 @@ def start():
|
|||||||
LOGGER.setLevel(logging.DEBUG)
|
LOGGER.setLevel(logging.DEBUG)
|
||||||
LOGGER.debug(
|
LOGGER.debug(
|
||||||
"Logging configuration file '%s' not found, using stdout.",
|
"Logging configuration file '%s' not found, using stdout.",
|
||||||
extra=filename)
|
filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user