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 2022/09/23 07:57:58 UTC

[GitHub] [airflow] dstandish commented on a diff in pull request #26582: Reduce log verbosity in KubernetesExecutor.

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

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