Deadmon commited on
Commit
c3584fd
·
verified ·
1 Parent(s): bf82aa1

Update test_webhook_and_start.py

Browse files
Files changed (1) hide show
  1. test_webhook_and_start.py +1 -1
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 = "/app/test.log"
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,