atpage opened a new issue, #23358: URL: https://github.com/apache/airflow/issues/23358
### Apache Airflow version 2.2.2 ### What happened I noticed that my log folder (`~/airflow/logs/`) was getting very large. To my surprise, 90% of it is from the example DAGs, which are all paused. These disabled examples are generating ~110MB of logs every day. I can't find a solution other than (presumably) removing the examples. ### What you think should happen instead Paused DAGs shouldn't be continuously generating log entries. Or maybe there should be a setting to disable logging for disabled DAGs? ### How to reproduce _No response_ ### Operating System Ubuntu 21.10 ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
