Update test_webhook_and_start.py
Browse files
test_webhook_and_start.py
CHANGED
@@ -8,7 +8,7 @@ import logging
|
|
8 |
import os
|
9 |
|
10 |
# Configure logging to write to both file and console
|
11 |
-
LOG_FILE = "/
|
12 |
os.makedirs(os.path.dirname(LOG_FILE), exist_ok=True)
|
13 |
logging.basicConfig(
|
14 |
level=logging.INFO,
|
|
|
8 |
import os
|
9 |
|
10 |
# Configure logging to write to both file and console
|
11 |
+
LOG_FILE = "/test.log"
|
12 |
os.makedirs(os.path.dirname(LOG_FILE), exist_ok=True)
|
13 |
logging.basicConfig(
|
14 |
level=logging.INFO,
|