ashb commented on issue #55470: URL: https://github.com/apache/airflow/issues/55470#issuecomment-3279346114
Interesting. I'm not able to reproduce this for a running task (`sleep(60)`) in breeze on main, even when the celery worker is writing logs to somewhere other than the API server expects. If I run celery via this `AIRFLOW__LOGGING__BASE_LOG_FOLDER=/tmp/foo airflow celery worker` I then see a bunch of log lines like this when the requests come through: ``` INFO: fd07:b51a:cc66:d000::5:46552 - "GET /log/dag_id%3Dtest_dag/run_id%3Dmanual__2025-09-11T09%3A03%3A33.876553%2B00%3A00/task_id%3Dmy_function/attempt%3D1.log HTTP/1.1" 200 OK INFO: fd07:b51a:cc66:d000::5:46566 - "GET /log/dag_id%3Dtest_dag/run_id%3Dmanual__2025-09-11T09%3A03%3A33.876553%2B00%3A00/task_id%3Dmy_function/attempt%3D1.log HTTP/1.1" 200 OK INFO: fd07:b51a:cc66:d000::5:46568 - "GET /log/dag_id%3Dtest_dag/run_id%3Dmanual__2025-09-11T09%3A03%3A33.876553%2B00%3A00/task_id%3Dmy_function/attempt%3D1.log HTTP/1.1" 200 OK INFO: fd07:b51a:cc66:d000::5:58680 - "GET /log/dag_id%3Dtest_dag/run_id%3Dmanual__2025-09-11T09%3A03%3A33.876553%2B00%3A00/task_id%3Dmy_function/attempt%3D1.log HTTP/1.1" 200 OK ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
