Explorar o código

Rename log file

JoostSijm %!s(int64=5) %!d(string=hai) anos
pai
achega
1716c21e6f
Modificáronse 1 ficheiros con 1 adicións e 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