Skip to content

Commit

Permalink
Reduced DMF logging level in BaseAmqpService to debug (#868)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Dobler <[email protected]>
  • Loading branch information
dobleralex authored and Dominic Schabel committed Jul 19, 2019
1 parent 4e9308a commit c6357b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected String getStringHeaderKey(final Message message, final String key, fin
}

protected static final void logAndThrowMessageError(final Message message, final String error) {
LOGGER.warn("Warning! \"{}\" reported by message: {}", error, message);
LOGGER.debug("Warning! \"{}\" reported by message: {}", error, message);
throw new AmqpRejectAndDontRequeueException(error);
}

Expand Down

0 comments on commit c6357b1

Please sign in to comment.