mlnsharma opened a new pull request, #28981:
URL: https://github.com/apache/airflow/pull/28981

   Added a new 'log_containers' param to KubernetesPodOperator. This param can 
take a list of container names or a boolean True/False as input with default 
value being boolean False. 
   
   If boolean value False (default) is provided, only 'base' container logs are 
displayed, which is backward compatible. If boolean value True is provided, all 
container logs (except for airflow-xcom-sidecar container) are displayed. If a 
list of container names is provided, only those container logs are displayed.
   
   related: #27282


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