martinweiler opened a new issue, #1259: URL: https://github.com/apache/incubator-kie-issues/issues/1259
The logging output from `RestWorkItemHandler` is helpful for troubleshooting purposes, but should rather be at DEBUG level: ``` 2024-05-22 13:05:35,520 INFO [org.kog.wor.res.RestWorkItemHandler] (executor-thread-1) Parameter endpoint /v2/user/test is not valid uri no protocol: /v2/user/test 2024-05-22 13:05:35,520 INFO [org.kog.wor.res.RestWorkItemHandler] (executor-thread-1) Protocol not specified, using http 2024-05-22 13:05:35,520 INFO [org.kog.wor.res.RestWorkItemHandler] (executor-thread-1) Host not specified, using localhost 2024-05-22 13:05:35,520 INFO [org.kog.wor.res.RestWorkItemHandler] (executor-thread-1) Port not specified, using 8080 2024-05-22 13:05:35,521 INFO [org.kog.wor.res.RestWorkItemHandler] (executor-thread-1) Path is empty, using whole endpoint /v2/user/test ``` -- 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]
