HaochenGong commited on
Commit
f7d7d05
·
1 Parent(s): 9512c5f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ description = "Automated Contextual Privacy Policies Generation for Mobile Apps"
21
 
22
 
23
  # log
24
- log_file_path = '/tmp/app.log'
25
  log_directory = os.path.dirname(log_file_path)
26
 
27
  if not os.path.exists(log_directory):
 
21
 
22
 
23
  # log
24
+ log_file_path = './logs/app.log'
25
  log_directory = os.path.dirname(log_file_path)
26
 
27
  if not os.path.exists(log_directory):