Change Implement Exactly Once Semantics logging change back to debug level 09/142409/1
authorToineSiebelink <toine.siebelink@est.tech>
Wed, 12 Nov 2025 09:16:13 +0000 (09:16 +0000)
committerToineSiebelink <toine.siebelink@est.tech>
Wed, 12 Nov 2025 09:16:13 +0000 (09:16 +0000)
Issue-ID:CPS-2984

Change-Id: I34c7c66236c9f98d236f7a665c9e67e8c875ea87
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/subscription/cmavc/CmAvcEventConsumer.java

index 9589606..a0c478e 100644 (file)
@@ -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);
     }