Ver Fonte

Fix logging

Guillaume Ayoub há 12 anos atrás
pai
commit
05dbd71eca
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      radicale/log.py

+ 1 - 1
radicale/log.py

@@ -56,4 +56,4 @@ def start():
             LOGGER.setLevel(logging.DEBUG)
             LOGGER.debug(
                 "Logging configuration file '%s' not found, using stdout.",
-                extra=filename)
+                filename)