Commit f0eabc43 authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia nivel de log para mensajes de depuración

parent f0ccd0f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ public abstract class RController<TModel extends BaseES<?>, TDTO extends CommonD

	protected void publishFailedEvent(Event event, String topic) {

		logger.info("sending FailedEvent='{}' to topic='{}'", event, topic);
		logger.error("sending FailedEvent='{}' to topic='{}'", event, topic);

		ListenableFuture<SendResult<String, Event>> future = kafkaTemplate.send(topic, event.getAggregateId(), event);