Open Brandhoej opened 1 year ago
In some cases System.err.println and printStackTrace is being used instead of a log function (See InProcessServer, GrpcServer and probably more).
System.err.println
printStackTrace
Also we have to consider when we should use System.err.println```for ouput instead ofstdio``.
System.err.println```for ouput instead of
In some cases
System.err.println
andprintStackTrace
is being used instead of a log function (See InProcessServer, GrpcServer and probably more).printStackTrace
should have a logging function which I believe should have the same urgency for all exceptions.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``.