skyboi1233 opened a new issue, #24645: URL: https://github.com/apache/airflow/issues/24645
In my recent Airflow exploration, I'm trying to dump logs from Airflow to external systems, possibly without using FluentD, the target system is Splunk in my case. I was wondering if there is a way to add metainformation like DAG_ID, TASK_ID or RUN_ID to my task's logs in order to provide them with an internal index. I can see a AIRFLOW__LOGGING__LOG_FORMAT env.var exists, btw it seems like you cannot use Airflow internal variable in this scope but only the Python logger ones. Can anyone suggest a way to achieve that? _Originally posted by @MattiaGallegati in https://github.com/apache/airflow/discussions/24633_ -- 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]
