You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/12 12:00:19 UTC

[GitHub] [airflow] uranusjr edited a comment on pull request #19378: Change logLevel as debug for XCOM returned value message

uranusjr edited a comment on pull request #19378:
URL: https://github.com/apache/airflow/pull/19378#issuecomment-967047503


   Yes we should do something for this but separately. Maybe something like (just a random idea)
   
   ```python
   @task(..., log_return_value="DEBUG")
   def my_task():
       ...
       return large_data
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org