Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a log option to fetch logs indefinitely #96

Closed
cjelger opened this issue Nov 18, 2019 · 1 comment · Fixed by #303
Closed

Add a log option to fetch logs indefinitely #96

cjelger opened this issue Nov 18, 2019 · 1 comment · Fixed by #303
Assignees
Labels
enhancement New feature or request

Comments

@cjelger
Copy link

cjelger commented Nov 18, 2019

It would be nice to have an option to fetch the logs "indefinitely", similar to what one can do with tail -f on some local log file.

So something like aio app:logs -f that would output all the logs indefinitely and would never return, except if you hit ctrl + c.

This would be very useful, because developers spend most of their time deploying code, checking the logs, deploying again, etc etc, so it would allow a developer to keep a "logs" terminal/console open in a separate window and get all the logs in almost real-time.

@moritzraho moritzraho added the enhancement New feature or request label Nov 18, 2019
@moritzraho
Copy link
Member

Thanks @cjelger!

This somehow relates to #81 and there likely will be some common parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants