msumit commented on a change in pull request #6709: [AIRFLOW-5834] Option to skip serve_logs process with workers URL: https://github.com/apache/airflow/pull/6709#discussion_r353210538
########## File path: airflow/cli/commands/worker_command.py ########## @@ -59,6 +62,12 @@ def worker(args): if conf.has_option("celery", "pool"): options["pool"] = conf.get("celery", "pool") + if skip_serve_logs is False: + print( + "Starting serve logs process within worker is going to be deprecated, " Review comment: @aoen I've removed the whole warning itself. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services