From: ToineSiebelink Date: Wed, 12 Nov 2025 09:16:13 +0000 (+0000) Subject: Change Implement Exactly Once Semantics logging change back to debug level X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fddb90e4ccae476b65158a47b5a4ded509fe5b7f;p=cps.git Change Implement Exactly Once Semantics logging change back to debug level Issue-ID:CPS-2984 Change-Id: I34c7c66236c9f98d236f7a665c9e67e8c875ea87 Signed-off-by: ToineSiebelink --- diff --git a/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/subscription/cmavc/CmAvcEventConsumer.java b/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/subscription/cmavc/CmAvcEventConsumer.java index 95896061a9..a0c478e84c 100644 --- a/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/subscription/cmavc/CmAvcEventConsumer.java +++ b/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/subscription/cmavc/CmAvcEventConsumer.java @@ -82,7 +82,7 @@ public class CmAvcEventConsumer { throw new KafkaException("test kafka exception for testing"); } - log.info("Consuming AVC event with key : {} and value : {}", outgoingAvcEventKey, outgoingAvcEvent); + log.debug("Consuming AVC event with key : {} and value : {}", outgoingAvcEventKey, outgoingAvcEvent); eventsProducer.sendCloudEventUsingEos(cmEventsTopicName, outgoingAvcEventKey, outgoingAvcEvent); }