jedcunningham commented on a change in pull request #19572:
URL: https://github.com/apache/airflow/pull/19572#discussion_r771784745
##########
File path: airflow/providers/cncf/kubernetes/utils/pod_launcher.py
##########
@@ -320,20 +332,3 @@ def _exec_pod_command(self, resp, command: str) -> None:
self.log.info(resp.read_stderr())
Review comment:
Something like:
```suggestion
self.log.info("stderr from command: %s",
resp.read_stderr())
```
In fact, should we log stderr before we return stdout? We could have both...
--
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]