Skip to content

Commit

Permalink
Reduced DMF logging level in BaseAmqpService to debug (eclipse-hawkbi…
Browse files Browse the repository at this point in the history
…t#868)

Signed-off-by: Alexander Dobler <[email protected]>
  • Loading branch information
dobleralex authored and Dominic Schabel committed Jul 19, 2019
1 parent f69dec8 commit 9fc247f
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 9fc247f

Please sign in to comment.