Where is airflow-web pod logging written to? #690
Unanswered
stanvv
asked this question in
Questions & Answers
Replies: 1 comment
-
See my comment in #691 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to collect all logging of our airflow pods for future analysis.
For this, we included
logs.persistence.enabled=true
in our helm command and updated ourhelm-values.yaml
(see relevant settings below)Subset of helm-values.yaml
This leads to pod logging being written to
/opt/airflow/logs/..
which is mounted to a PV (Azure File Share). So far so good!However, when we run
kubectl logs airflow-web -n airflow
, we see a whole bunch of logs that we don't see in any of our log files in our PV.Please find the example here:
Snippet of kubectl logs
How can we write those logs to a path?
Beta Was this translation helpful? Give feedback.
All reactions