Skip to content

Commit

Permalink
trace more
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovacevic committed Aug 3, 2023
1 parent 7e9866e commit a452dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void trace(IncomingMessage message) {
try {
if (Logger.getLevel() == Level.FINE) {
ObjectMapper mapper = new ObjectMapper();
Logger.debug(mapper.writerWithDefaultPrettyPrinter().writeValueAsString(message));
Logger.info(mapper.writerWithDefaultPrettyPrinter().writeValueAsString(message));
}
} catch (Exception ignore) {

Expand Down

0 comments on commit a452dc4

Please sign in to comment.