troywinter opened a new pull request #10300: URL: https://github.com/apache/airflow/pull/10300
I have found when using airflow with k8s pod, when logs is sent back from k8s to airflow, it's not being logged as string, instead it's byte string, not being decoded. This isn't a problem when using non-unicode character, however for unicode character, it's being displayed as bytes. Here is my change, decode the byte string first then log into airflow logger. I have tested on our production environment, it's working perfectly. ---------------------------------------------------------------- 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]
