pankilshah commited on
Commit
a6676db
·
verified ·
1 Parent(s): ac66edb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ log_file_path = "logs/predictions.log"
14
  # Configure logging to write to a log file
15
  logging.basicConfig(
16
  filename=log_file_path,
17
- level=logging.INFO,
18
  # format="%(asctime)s - ID: %(uuid)s - age: %age()s"
19
  )
20
 
 
14
  # Configure logging to write to a log file
15
  logging.basicConfig(
16
  filename=log_file_path,
17
+ level=logging.ERROR,
18
  # format="%(asctime)s - ID: %(uuid)s - age: %age()s"
19
  )
20