kaxil commented on a change in pull request #15557:
URL: https://github.com/apache/airflow/pull/15557#discussion_r622591953
##########
File path: airflow/cli/commands/scheduler_command.py
##########
@@ -30,6 +32,8 @@
@cli_utils.action_logging
def scheduler(args):
"""Starts Airflow Scheduler"""
+ skip_serve_logs = args.skip_serve_logs
Review comment:
This is only ON by default for `LocalExecutor` and `SequentialExecutor`
though. And kept this behaviour to replicate what we have on it our Worker
(`airflow celery worker`)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]