Fix logging

This commit is contained in:
Guillaume Ayoub 2013-07-12 17:45:09 +02:00
parent b60b759a36
commit 05dbd71eca

View File

@ -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)