Explorar o código

Fix logger configuration

Apply patch from #485
Unrud %!s(int64=9) %!d(string=hai) anos
pai
achega
14515cfe27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      radicale/log.py

+ 1 - 1
radicale/log.py

@@ -29,7 +29,7 @@ import signal
 import sys
 
 
-def configure_from_file(filename, debug, logger):
+def configure_from_file(logger, filename, debug):
     logging.config.fileConfig(filename)
     if debug:
         logger.setLevel(logging.DEBUG)