You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/28 20:51:13 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #15557: Serve logs with Scheduler when using Local or Sequential Executor

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:
users@infra.apache.org