Fix stupid bug in logs
This commit is contained in:
parent
c0c652b3f8
commit
f09b070e40
@ -55,5 +55,5 @@ def start():
|
|||||||
if debug:
|
if debug:
|
||||||
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." %
|
||||||
filename)
|
filename)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user