You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/26 13:52:53 UTC

[GitHub] [airflow] dstandish commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

dstandish commented on pull request #22539:
URL: https://github.com/apache/airflow/pull/22539#issuecomment-1079698871


   I see yeah that PR made it possible for providers to have optional components.
   
   I think this PR still should be merged.
   
   What it does is 
   (1) reduce verbosity by removing traceback from the warning (so now it's just one line)
   (2) add DEBUG logging that includes the traceback (so users can get more detail by adding debug logging)
   (3) make it optional to suppress the one-line import error warning by configuration.
   
   This is a painful issue for developers who use virtualenv and it seems like a reasonable solution to me.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org