hterik commented on code in PR #26582:
URL: https://github.com/apache/airflow/pull/26582#discussion_r980353325
##########
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:
Can't such issues be inspected via k8s? Dumping entire pod spec is almost
akin to dumping entire dag-file. Trace everything feels a bit overkill imo.
In either case, will restore this to debug once I'm at desk tomorrow.
--
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]