potiuk commented on issue #49966: URL: https://github.com/apache/airflow/issues/49966#issuecomment-3660009847
I think there is something terrribly wrong in your logging configuration. I recommend you to remove custom configuration you have and gradually add your modifications and customisations you have done - there is no way for us to know - or debug - your setup of logging, you likely inherited that from someone in the past and now it's unfortunately your task to debug it - and if needed to find-out - bisecting it by intelligent guessing which part of the configuration is causing it - look at your local_settings and any special customisations you have on top of standard airflow configuration. My best guess is that somewhere some of your logging attempts to add (in a custom way) and expects "task_name" to be added when logged, but what it is and how I think only inspecting your customisations might tell. -- 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]
