dstandish commented on code in PR #26582:
URL: https://github.com/apache/airflow/pull/26582#discussion_r978360674


##########
airflow/executors/kubernetes_executor.py:
##########
@@ -302,7 +302,6 @@ def run_next(self, next_job: KubernetesJobType) -> None:
         status
         """
         key, command, kube_executor_config, pod_template_file = next_job
-        self.log.info('Kubernetes job is %s', key)

Review Comment:
   alas, i just moved it
   and @collinmcnulty touched it before me, and it was added by fokko ...5 
years ago!
   apparently i also got rid of the one-lining logic that @collinmcnulty added
   in any case, probably there's no one better to review this PR than 
@collinmcnulty 



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