lucasfcnunes opened a new issue, #36972: URL: https://github.com/apache/airflow/issues/36972
### Description https://github.com/Delgan/loguru loguru is a popular third-party logging framework for Python on GitHub, with about 17.2k stars at the time of writing. It aims to ease the process of setting up a logging system in your project and provide a simpler alternative to the default Python logging module, which is sometimes criticized for having a convoluted configuration setup. ### Use case/motivation loguru is much easier to set up than the standard logging module, and it has many useful features (e.g. easily outputting every log in JSON) that will help you collect as much information from your application as needed. ### Related issues https://github.com/apache/airflow/issues/8848 https://github.com/apache/airflow/issues/35622 https://github.com/apache/airflow/pull/16579 ### Are you willing to submit a PR? - [X] 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]
