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

Allow server to print debug messages #478

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

vinistock
Copy link
Member

I can be difficult to debug what's happening in the server or in a server add-on. I propose we make the stderr pipe as the means for the runtime server to send debug messages.

By dedicating a pipe exclusively for this, there's fewer risks of messing up with actual request/response cycles and we can easily print it asynchronously by adding a thread worker.

@vinistock vinistock added the enhancement New feature or request label Oct 4, 2024
@vinistock vinistock self-assigned this Oct 4, 2024
@vinistock vinistock requested a review from a team as a code owner October 4, 2024 19:10
@vinistock vinistock force-pushed the vs-allow-server-to-print-debug-messages branch from 3cbb146 to 836da15 Compare October 4, 2024 19:22
@vinistock vinistock force-pushed the vs-allow-server-to-print-debug-messages branch from 836da15 to 32420d1 Compare October 4, 2024 19:32
@vinistock vinistock merged commit 8b049d7 into main Oct 7, 2024
28 checks passed
@vinistock vinistock deleted the vs-allow-server-to-print-debug-messages branch October 7, 2024 13:48
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 this pull request may close these issues.

2 participants