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


##########
airflow/executors/kubernetes_executor.py:
##########
@@ -548,11 +548,11 @@ def execute_async(
         executor_config: Any | None = None,
     ) -> None:
         """Executes task asynchronously"""
-        self.log.info('Add task %s with command %s with executor_config %s', 
key, command, executor_config)

Review Comment:
   Maybe one need to distinguish between different contents of the 
executor_config? We mainly use `pod_override` which get grossly verbose in 
logs. `pod_template_file` don't have that issue and is likely more of interest 
if someone is using such.
   What type of invalid content are you concerned with? Maybe other validation 
logic should be added instead?



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