📜 Pipeline-Log
Letzter Run
21:12:12 [INFO] werkzeug: 172.16.2.1 - - [14/May/2026 21:12:12] "[32mPOST /run/premarket HTTP/1.1[0m" 302 -
21:12:12 [INFO] werkzeug: 172.16.2.1 - - [14/May/2026 21:12:12] "GET / HTTP/1.1" 200 -
FEHLER: [Errno 13] Permission denied: '/app/logs/pipeline_2026-05-14.log'
Traceback (most recent call last):
File "/app/webapp.py", line 99, in _run_background
from orchestrator import Pipeline
File "/app/orchestrator.py", line 39, in <module>
logging.FileHandler(
~~~~~~~~~~~~~~~~~~~^
os.path.join(config.LOG_DIR, f"pipeline_{date.today().isoformat()}.log"),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
encoding="utf-8"
^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/usr/local/lib/python3.13/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
PermissionError: [Errno 13] Permission denied: '/app/logs/pipeline_2026-05-14.log'