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

CLI: stderr rather than stdout for error println!s #59

Open
marcua opened this issue Mar 19, 2023 · 2 comments
Open

CLI: stderr rather than stdout for error println!s #59

marcua opened this issue Mar 19, 2023 · 2 comments

Comments

@marcua
Copy link
Owner

marcua commented Mar 19, 2023

Consider using the env_logger in server.rs (or removing that package if you don't end up needing it).

@ghost
Copy link

ghost commented Jan 26, 2024

If you want to keep usng native rust, I want to remind the existance of eprintln! macro since it is just a printo to stderr

@marcua
Copy link
Owner Author

marcua commented Jan 26, 2024

Thank you @AlieNeon! I suspect even eprintln! will be better than what we have now, and will likely start there before taking on more complexity. Welcome to ayb! :)

@marcua marcua moved this to To do in ayb roadmap Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

1 participant