ewjmulder commented on issue #8484:
URL: https://github.com/apache/airflow/issues/8484#issuecomment-628512253


   We also saw this issue, after upgrading from 1.10.3 to 1.10.9.
   We were able to solve it by adding a logger to the airflow.contrib package, 
like this:
   ```
           'airflow.contrib': {
               'handlers': bucket_handler,
               'level': LOG_LEVEL,
               'propagate': True,
           }
   
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to