Skip to content

printStackTrace in ElementParser.java #162

Description

@jarekkosowski

Hello,

One small request. Could you please remove e.printStackTrace() from https://github.com/RestComm/jdiameter/blob/master/core/jdiameter/impl/src/main/java/org/jdiameter/client/impl/parser/ElementParser.java

line: 328

catch (Exception e) {
  e.printStackTrace();
  logger.debug("Error during encode avps", e);
}

I assume it shouldn't be there. And maybe log this exception with higher level:)

Regards,
Jarek

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions