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


##########
kogito-workitems/kogito-rest-workitem/src/main/java/org/kogito/workitem/rest/RestWorkItemHandler.java:
##########
@@ -163,7 +165,7 @@ public Optional<WorkItemTransition> 
activateWorkItemHandler(KogitoWorkItemManage
                 path += "?" + query;
             }
         } catch (MalformedURLException ex) {
-            logger.debug("Parameter endpoint {} is not valid uri {}", 
endPoint, ex.getMessage());
+            logger.info("Parameter endpoint {} is not valid uri {}", endPoint, 
ex.getMessage());

Review Comment:
   This was debug for a good reason, we do not want to pollute the log for 
every rest call



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