Explorar el Código

Rename log file

JoostSijm hace 5 años
padre
commit
1716c21e6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/__init__.py

+ 1 - 1
app/__init__.py

@@ -35,7 +35,7 @@ SCHEDULER_LOGGER = logging.getLogger('apscheduler')
 SCHEDULER_LOGGER.setLevel(logging.DEBUG)
 
 # create file handler
-FILE_HANDLER = logging.FileHandler('irlt.log')
+FILE_HANDLER = logging.FileHandler('output.log')
 FILE_HANDLER.setLevel(logging.DEBUG)
 
 # create console handler