amoghrajesh commented on code in PR #48528: URL: https://github.com/apache/airflow/pull/48528#discussion_r2022128019
########## airflow-core/docs/administration-and-deployment/logging-monitoring/logging-tasks.rst: ########## @@ -172,7 +172,7 @@ Serving logs from workers and triggerer Most task handlers send logs upon completion of a task. In order to view logs in real time, Airflow starts an HTTP server to serve the logs in the following cases: -- If ``SequentialExecutor`` or ``LocalExecutor`` is used, then when ``airflow scheduler`` is running. +- If ``LocalExecutor`` is used, then when ``airflow scheduler`` is running. - If ``CeleryExecutor`` is used, then when ``airflow worker`` is running. Review Comment: Oh lol, let me update in a follow-up :) -- 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]
