fjtirado commented on code in PR #3577:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3577#discussion_r1675550751
##########
kogito-workitems/kogito-rest-workitem/src/main/java/org/kogito/workitem/rest/RestWorkItemHandler.java:
##########
@@ -152,27 +152,27 @@ public void executeWorkItem(KogitoWorkItem workItem,
KogitoWorkItemManager manag
path += "?" + query;
}
} catch (MalformedURLException ex) {
- logger.info("Parameter endpoint {} is not valid uri {}", endPoint,
ex.getMessage());
+ logger.debug("Parameter endpoint {} is not valid uri {}",
endPoint, ex.getMessage());
Review Comment:
After checking the issue description, this one is indeed debug (I think is
highly debatable if all logs should be info or debug for RestWorkItemHandler,
but accepting they should be debug, this particular one lies in the same
category that the host, port and path)
--
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]