Skip to content

Logging printStackTrace and err output #91

@Brandhoej

Description

@Brandhoej

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``.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions