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

forward subprocess STDOUT / STDERR to main process #123

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

pmeier
Copy link
Member

@pmeier pmeier commented Oct 27, 2023

Offline report from @dharhas. For simplicity when starting the UI, we also start the API as well as a worker if needed. However, we are not forwarding their log messages to the main thread. This makes it confusing for the user if an error happens, because there is trace of it in the console. This PR fixes that.

@pmeier
Copy link
Member Author

pmeier commented Oct 29, 2023

Merging this to ease debugging. Let's revert in case someone is against it.

@pmeier pmeier merged commit 47e9105 into main Oct 29, 2023
10 checks passed
@pmeier pmeier deleted the subprocess-stdouterr branch October 29, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant