jedcunningham commented on a change in pull request #15557:
URL: https://github.com/apache/airflow/pull/15557#discussion_r622532036
##########
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:
I wonder if this should be the opposite - opt in to log serving. There
is probably more usage that wouldn't want this on by default than the other way
around (e.g. running locally).
--
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]