Skip to content

printStackTrace in ElementParser.java #162

@jarekkosowski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions