aminaj commited on
Commit
8b108e4
·
verified ·
1 Parent(s): b6771e5

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -9
utils.py CHANGED
@@ -2,15 +2,6 @@ import re
2
  import os
3
  import logging
4
 
5
- ## LOGGING CONFIGURATION
6
- ## -------------------------------------------------------------------------------------------
7
- # Configure logging to write to a file
8
- def setup_logging():
9
- logging.basicConfig(filename='/app.log', level=logging.ERROR)
10
-
11
- def log_error(message):
12
- logging.error(message)
13
-
14
  ## HELPER FUNCTIONS
15
  ## ------------------------------------------------------------------------------------------
16
  # Function to format response received from a FastAPI endpoint
 
2
  import os
3
  import logging
4
 
 
 
 
 
 
 
 
 
 
5
  ## HELPER FUNCTIONS
6
  ## ------------------------------------------------------------------------------------------
7
  # Function to format response received from a FastAPI endpoint