dheerajturaga opened a new pull request, #58125:
URL: https://github.com/apache/airflow/pull/58125
Adds a new boolean configuration option AIRFLOW__EDGE__PUSH_LOGS
to control whether edge workers push log files to the central site.
The option is set to True by default to maintain existing behavior.
When disabled, edge workers will keep logs locally without uploading
them to the central Airflow site, which can be useful for:
- Reducing network bandwidth usage
- Keeping logs on edge sites for compliance/security reasons
- Troubleshooting network connectivity issues
--
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]