collinmcnulty opened a new pull request #18377:
URL: https://github.com/apache/airflow/pull/18377


   Currently, when the Kubernetes executor creates a pod it prints a dictionary 
description of the pod across many lines (can easily be 20+ lines). This is 
fine if you're reading the log in a stream in a text file, but throws off log 
search tools like Kibana. A better practice would be to print the whole pod 
description on a single line. It is quite easy to prettify a dictionary if one 
wants to see it back in a more human-friendly form with the newlines.
   
   This update simply forces the log from this command into a single line.


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


Reply via email to