Spaces:
Sleeping
Sleeping
HaochenGong commited on
Commit ·
f7d7d05
1
Parent(s): 9512c5f
debug
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ description = "Automated Contextual Privacy Policies Generation for Mobile Apps"
|
|
| 21 |
|
| 22 |
|
| 23 |
# log
|
| 24 |
-
log_file_path = '/
|
| 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):
|