potiuk edited a comment on issue #20709: URL: https://github.com/apache/airflow/issues/20709#issuecomment-1006844889
Aaaaah. Yeah. We changed the log level (From INFO to DEBUG) for that because some of the optional capabilities of providers which wer cluttering the logs. But yeah. I agree this hides exactly the problem that you describe. The one case in question was plyveldb unavailability (this is an optional dependency and optional feature of Google Provider). Unhiding it "blanket" will bring back the clutter (and the problem is that those logs will continuously flood webserver logs because of restarting gunicorn processes. So we have to find a better solution for optional features of some of our providers. Likely only providing a single INFO level log for optional features which miss an import and WARNING for all other failed imports. I will think how to solve it best. Thanks for being so persisting and for the deep investigation! @ultimateChick @aubdiy -- 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]
