Browse Source

Rename log file

JoostSijm 5 years ago
parent
commit
1716c21e6f
1 changed files with 1 additions and 1 deletions
  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