aminaj commited on
Commit
3871b90
·
verified ·
1 Parent(s): 23aef40

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -6,7 +6,7 @@ import logging
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)
 
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)