Reduced DMF logging level in BaseAmqpService to debug (#868)
Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
4e9308a949
commit
c6357b1e5c
@@ -90,7 +90,7 @@ public class BaseAmqpService {
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user