lakshmivairamani commited on
Commit
95cd543
·
verified ·
1 Parent(s): dd5c42c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ LOG_PATH = os.getenv('LOG_PATH')
31
  LOG_FILENAME = "redmindgen.log"
32
  full_log_path = os.path.join(LOG_PATH, LOG_FILENAME)
33
  # Configure logging
34
- logging.basicConfig(filename=full_log_path, level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
35
  logging.info("File upload start")
36
 
37
  # Configure CORS
 
31
  LOG_FILENAME = "redmindgen.log"
32
  full_log_path = os.path.join(LOG_PATH, LOG_FILENAME)
33
  # Configure logging
34
+ logging.basicConfig(filename="test.log", level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
35
  logging.info("File upload start")
36
 
37
  # Configure CORS