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

Cambia nivel de log a debug

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

	protected void publishConfirmedEvent(Event event, String topic) {

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

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