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/02/14 08:10:53 UTC

[GitHub] [airflow] mitsos1os commented on issue #19816: logging error

mitsos1os commented on issue #19816:
URL: https://github.com/apache/airflow/issues/19816#issuecomment-1038776707


   Just wanted to add that I was getting the same error on the latest MWAA setup on Airflow 2.2.2. Tasks were failing instantly once they were executed with the same stack overflow error!
   
   **The problem finally was that LOG LEVEL!** We were deploying it through Terraform and the [**mwaa**](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mwaa_environment) module allows you to use log-level configuration up to DEBUG.
   
   However, MWAA UI seems not to like them and doesn't display the DEBUG selection. As soon as we changed it to INFO+ the tasks started running normally


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