uranusjr commented on PR #25428: URL: https://github.com/apache/airflow/pull/25428#issuecomment-1201962217
`WARN` has always been a valid level ([still is in the implementation](https://github.com/python/cpython/blob/d2c1a9c76c001b18c14e50779b0ee41ea4ccf0b3/Lib/logging/__init__.py#L119)), but Python removed it from the documentation to discourage people from using it (and prefer `WARNING` instead). Celery likely has a more relaxed backward compatibility policy and removed it when it could break backward compatibility at some point (maybe 4.0). -- 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]
