troywinter opened a new pull request #10301:
URL: https://github.com/apache/airflow/pull/10301


   When running Task with KubernetesPodOperator and collecting logs back to 
airflow, logs are being collected to airflow logger as byte string. It's not a 
problem with asiic string, but if it contains unicode string, log file will 
show unicode byte, not readable at all. So this PR decode to utf-8 first, then 
log to file.
   
   This change has been running perfectly on our production.


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