Owen-CH-Leung commented on code in PR #31920:
URL: https://github.com/apache/airflow/pull/31920#discussion_r1230984839
##########
airflow/providers/elasticsearch/log/es_task_handler.py:
##########
@@ -183,6 +211,7 @@ def _group_logs_by_host(self, logs):
grouped_logs = defaultdict(list)
for log in logs:
key = getattr_nested(log, self.host_field, None) or "default_host"
+ print(f"es_task_handler.py _group_logs_by_host...key = {key}")
Review Comment:
ahh Thanks. I just removed it.
--
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]