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

Logging printStackTrace and err output #91

Open
Brandhoej opened this issue Nov 15, 2022 · 0 comments
Open

Logging printStackTrace and err output #91

Brandhoej opened this issue Nov 15, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Brandhoej
Copy link

Brandhoej commented Nov 15, 2022

In some cases System.err.println and printStackTrace is being used instead of a log function (See InProcessServer, GrpcServer and probably more).

  • The printStackTrace should have a logging function which I believe should have the same urgency for all exceptions.
  • The System.err.println should maybe be a fatal log.

Also we have to consider when we should use System.err.println```for ouput instead of stdio``.

@Brandhoej Brandhoej added bug Something isn't working enhancement New feature or request labels Nov 15, 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 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant