-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
In some cases System.err.println and printStackTrace is being used instead of a log function (See InProcessServer, GrpcServer and probably more).
- The
printStackTraceshould have a logging function which I believe should have the same urgency for all exceptions. - The
System.err.printlnshould maybe be a fatal log.
Also we have to consider when we should use System.err.println```for ouput instead of stdio``.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request