pefernan commented on code in PR #3579:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3579#discussion_r1692611586


##########
kogito-serverless-workflow/kogito-serverless-workflow-openapi-common/src/main/java/org/kie/kogito/serverless/workflow/operationid/SpecWorkflowOperationIdFactory.java:
##########
@@ -24,15 +24,20 @@
 
 import org.kie.kogito.serverless.workflow.parser.ParserContext;
 import org.kie.kogito.serverless.workflow.utils.OpenAPIFactory;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 import io.serverlessworkflow.api.Workflow;
 import io.serverlessworkflow.api.functions.FunctionDefinition;
 
 public class SpecWorkflowOperationIdFactory extends 
AbstractWorkflowOperationIdFactory {
     public static final String SPEC_PROP_VALUE = "SPEC_TITLE";
 
+    private static final Logger logger = 
LoggerFactory.getLogger(SpecWorkflowOperationIdFactory.class);
+
     @Override
     public String getFileName(Workflow workflow, FunctionDefinition function, 
Optional<ParserContext> context, URI uri, String operation, String service) {
+        logger.debug("Testing reproducible");

Review Comment:
   @fjtirado I think I'd remove this BTW..



-- 
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