apilaskowski opened a new pull request, #30485: URL: https://github.com/apache/airflow/pull/30485
Celery logs everything into Error stream, which is probably sufficient for most use-cases. It might be more intuitive and more desired to have errors/criticals go to stderr, while low severity informations like info/warning go to stdout. I have tested this solution, which I propose here with worker producing various severity levels of logs and they are correctly split into out and error streams. I provided a solution which is backward compatible, so anyone that does not want to use it can just ignore it. During pre-commit I discovered that config.yml needs to be updated and I am not sure how to perform that correctly. We need to adjust config.yml for this to be complete, I wasn't sure if this should be made by hand or via some script. -- 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]
