0x26res commented on issue #38280: URL: https://github.com/apache/airflow/issues/38280#issuecomment-2009578328
@Taragolis I tried to reproduce locally with the latest version of airflow (instead of using MWAA). But this other [bug](https://github.com/apache/airflow/discussions/37178#discussioncomment-8823983) gets in the way of my testing ``` pods is forbidden: User \"system:anonymous\" cannot list resource \"pods\" in API group ``` There is a work around [suggested here](https://github.com/apache/airflow/discussions/37178#discussioncomment-8823983) that consist in reducing logging. I've set my logging config accordingly in `airflow.cfg` ``` [logging] logging_level = ERROR ``` But it doesn't work in the local environment. Which means I can't reproduce this issue, with the latest version of airflow, until the previous one is fixed. -- 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]
