|
@@ -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." %
|
|
|
|
|
- filename)
|
|
|
|
|
|
|
+ "Logging configuration file '%s' not found, using stdout.",
|
|
|
|
|
+ extra=filename)
|