Airflow 2.9.3 Task execution logs not appearing in Webserver Console #43782
Unanswered
abhijit-sarkar-ext
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am deploying Airflow 2.9.3 in AKS (Azure Kubernetes Service) using Helm 1.15.0.
We are configuring remote_logging with following details in values.yaml, so that all logs should be captured in Azure Blob Storage Container. The connect to wasb with name 'adlsgen2' successfully created and tested. We have configured KubernetesExecuter. We are using git-sync [v4.2.3] without persistent volume and it was running perfectly.
logging:
#remote_logging: '{{- ternary "True" "False" .Values.elasticsearch.enabled }}'
remote_logging: 'True'
remote_log_con_id: adlsgen2
remote_base_log_folder: wasb://airflowlogs@testpoc.blob.core.windows.net/logs
#delete_local_logs: 'True'
colored_console_log: 'False'
The problem we are facing is::
Can you please help me on above problems.
The links I have referred as below::
airflow-helm/charts#206
#42136
https://airflow.apache.org/docs/apache-airflow/2.9.3/administration-and-deployment/logging-monitoring/logging-tasks.html
Beta Was this translation helpful? Give feedback.
All reactions