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

[BUG] newly added processes do not appear in terminal logs #292

Open
brandonbloom opened this issue Sep 3, 2021 · 1 comment
Open

[BUG] newly added processes do not appear in terminal logs #292

brandonbloom opened this issue Sep 3, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@brandonbloom
Copy link
Member

Describe the bug

It used to be that if you ran exo logs it would use nil when fetching events, meaning that it would get all logs from all proceses. But now we do a describe-processes up front, and so any newly added processes will not produce log output unless you restart the logs listener.

To Reproduce

  • exo logs in an empty workspace
  • exo new process ... with something that produces log output

Expected behavior

It should work like the GUI, where it dynamically handles newly added processes

@brandonbloom brandonbloom added the bug Something isn't working label Sep 3, 2021
@brandonbloom
Copy link
Member Author

Might be worth revisiting this after overhauling the event architecture.

@brandonbloom brandonbloom added this to the Overhaul milestone Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant