Use extra parameter instead of formatted line in logger
This commit is contained in:
parent
84f85adc2e
commit
b60b759a36
@ -55,5 +55,5 @@ def start():
|
||||
if debug:
|
||||
LOGGER.setLevel(logging.DEBUG)
|
||||
LOGGER.debug(
|
||||
"Logging configuration file '%s' not found, using stdout." %
|
||||
filename)
|
||||
"Logging configuration file '%s' not found, using stdout.",
|
||||
extra=filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user