Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
|