gardnerdev opened a new issue #10203:
URL: https://github.com/apache/airflow/issues/10203
**Apache Airflow version**:
1.10.10
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
1.18.3
**Environment**:
Kubernetes cluser
**What happened**:
During dag execution I am not able to see logs
> *** Log file does not exist:
/opt/airflow/logs/example_dag/python_print_date_152/2019-01-01T00:00:00+00:00/1.log
*** Fetching from:
htttp://fi-airflow-worker-97bcfb76-jdwj7:8793/log/example_dag/python_print_date_152/2019-01-01T00:00:00+00:00/1.log
*** Failed to fetch log file from worker.
HTTPConnectionPool(host='fi-airflow-worker-97bcfb76-jdwj7', port=8793): Max
retries exceeded with url:
/log/example_dag/python_print_date_152/2019-01-01T00:00:00+00:00/1.log (Caused
by NewConnectionError('<urllib3.connection.HTTPConnection object at
0x7f6409dfcd10>: Failed to establish a new connection: [Errno -2] Name or
service not known'))
<!-- (please include exact error messages if you can) -->
**What you expected to happen**:
See logs from dag execution in UI no only from command line
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]