snjypl commented on code in PR #28638:
URL: https://github.com/apache/airflow/pull/28638#discussion_r1065175667
##########
airflow/executors/local_kubernetes_executor.py:
##########
@@ -48,6 +48,8 @@ class LocalKubernetesExecutor(LoggingMixin):
is_local: bool = False
+ serve_logs: bool = True
Review Comment:
for `celery executor` the logs are served by the `workers`.
https://github.com/apache/airflow/blob/3ececb2c79307bd943aad116d7b0b5933af8185a/airflow/cli/commands/celery_command.py#L88-L96
this flag check if the logs need to be served by the `scheduler`.
should we rename this flag to `scheduler_serve_logs`?
--
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]