collinmcnulty commented on code in PR #26582:
URL: https://github.com/apache/airflow/pull/26582#discussion_r980064801
##########
airflow/executors/kubernetes_executor.py:
##########
@@ -380,7 +380,7 @@ def sync(self) -> None:
def process_watcher_task(self, task: KubernetesWatchType) -> None:
"""Process the task by watcher."""
pod_id, namespace, state, annotations, resource_version = task
- self.log.info(
Review Comment:
Ah, good call. I'm fine with that.
--
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]