[GitHub] [airflow] nirutgupta commented on issue #20779: Logs of tasks when running is not available with kubernetesexecutor on webserver UI

2022-05-31 Thread GitBox
nirutgupta commented on issue #20779: URL: https://github.com/apache/airflow/issues/20779#issuecomment-1143110095 I created a new directory custom_log made it available under that. ``` RUN mkdir ${AIRFLOW_USER_HOME}/custom_log COPY config/custom_log/k8s_task_handler.py

[GitHub] [airflow] nirutgupta commented on issue #20779: Logs of tasks when running is not available with kubernetesexecutor on webserver UI

2022-01-12 Thread GitBox
nirutgupta commented on issue #20779: URL: https://github.com/apache/airflow/issues/20779#issuecomment-1011786738 k8s task handler.py which we can use https://gist.github.com/szeevs/938ad3cf96e732d4b1b55a74015aed5b log_config.py will look like `from copy import deepcopy from

[GitHub] [airflow] nirutgupta commented on issue #20779: Logs of tasks when running is not available with kubernetesexecutor on webserver UI

2022-01-12 Thread GitBox
nirutgupta commented on issue #20779: URL: https://github.com/apache/airflow/issues/20779#issuecomment-1011785432 I see a good working solution of this with https://szeevs.medium.com/handling-airflow-logs-with-kubernetes-executor-25c11ea831e4 All we need to do is make this