hussein-awala commented on code in PR #34153:
URL: https://github.com/apache/airflow/pull/34153#discussion_r1320209525


##########
airflow/providers/cncf/kubernetes/utils/pod_manager.py:
##########
@@ -413,6 +416,9 @@ def consume_logs(
                 for raw_line in logs:
                     line = raw_line.decode("utf-8", errors="backslashreplace")
                     line_timestamp, message = self.parse_log_line(line)
+                    if self._progress_callback:
+                        print(line)

Review Comment:
   why do you need to print the line? I think you should remove this line:
   ```suggestion
   ```



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