fjtirado commented on code in PR #3304:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3304#discussion_r1411997792


##########
quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/test/java/org/kie/kogito/quarkus/workflows/WorkflowEventIT.java:
##########
@@ -87,7 +87,7 @@ void testWorkflowEvents() throws Exception {
         String password = "buddy";
 
         
kafkaClient.consume(Set.of(EventPublisher.PROCESS_INSTANCES_TOPIC_NAME), s -> {
-            LOGGER.info("Received from kafka: {}", s);
+            LOGGER.debug("Received from kafka: {}", s);

Review Comment:
   This should be debug 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to