sokojh commented on issue #50892:
URL: https://github.com/apache/airflow/issues/50892#issuecomment-5613846507
Looks fixed by #51812 (merged 2025-06-18).
`KubernetesPodOperator.extract_xcom`
logs the value at debug now:
```python
self.log.debug("xcom result: \n%s", result)
```
Only the empty-result notice stays at info, so a large XCom no longer lands
in the
task log at the default level.
--
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]