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/03/29 17:47:02 UTC

[GitHub] [airflow] ianstanton opened a new issue #15071: Run serve_logs process as part of scheduler command

ianstanton opened a new issue #15071:
URL: https://github.com/apache/airflow/issues/15071


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   - The `airflow serve_logs` command has been removed from the CLI as of 2.0.0
   - When using `CeleryExecutor`, the `airflow celery worker` command runs the `serve_logs` process in the background.
   - We should do the same with `airflow scheduler` command when using `LocalExecutor` or `SequentialExecutor`
    
   <!-- A short description of your feature -->
   
   **Use case / motivation**
   - This will allow for viewing task logs in the UI when using `LocalExecutor` or `SequentialExecutor` without elasticsearch configured.
   
   <!-- What do you want to happen?
   
   Rather than telling us how you might implement this solution, try to take a
   step back and describe what you are trying to achieve.
   
   -->
   
   **Are you willing to submit a PR?**
   Yes. Working with @dimberman .
   
   <!--- We accept contributions! -->
   
   **Related Issues**
   - https://github.com/apache/airflow/issues/14222
   - https://github.com/apache/airflow/issues/13331
   
   <!-- Is there currently another issue associated with this? -->
   


-- 
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



[GitHub] [airflow] kaxil closed issue #15071: Run serve_logs process as part of scheduler command

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #15071:
URL: https://github.com/apache/airflow/issues/15071


   


-- 
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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #15071: Run serve_logs process as part of scheduler command

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #15071:
URL: https://github.com/apache/airflow/issues/15071#issuecomment-809579711


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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