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

deno serve/Deno.serve - "Listening on ..." message should log to stderr instead of stdout #25114

Closed
dsherret opened this issue Aug 20, 2024 · 0 comments · Fixed by #25491
Closed
Labels
feat new feature (which has been agreed to/accepted)
Milestone

Comments

@dsherret
Copy link
Member

The "Listening on ..." message that Deno.serve and deno serve show should be logged to stderr instead of stdout. Additionally, this message should probalby not be logged when --quiet.

Reason: It allows stdout to be piped without needing to declare a custom onListen handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature (which has been agreed to/accepted)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants