Spaces:
Paused
Paused
Commit
·
7bd8853
1
Parent(s):
48e37ca
Auto-commit: app.py updated
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ try:
|
|
| 19 |
# Try to create logs directory if it doesn't exist
|
| 20 |
log_dir = Path('/home/user/app/logs')
|
| 21 |
log_dir.mkdir(parents=True, exist_ok=True)
|
| 22 |
-
|
| 23 |
logging.basicConfig(
|
| 24 |
level=logging.INFO,
|
| 25 |
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
|
|
|
| 19 |
# Try to create logs directory if it doesn't exist
|
| 20 |
log_dir = Path('/home/user/app/logs')
|
| 21 |
log_dir.mkdir(parents=True, exist_ok=True)
|
| 22 |
+
|
| 23 |
logging.basicConfig(
|
| 24 |
level=logging.INFO,
|
| 25 |
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|