probleme activiti-rest client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2018 04:55 AM
hello please answer me it is very urgent, I use activiti-rest I connect to the engine using this function
private static ClientResource getClientResource(String uri) {
ClientResource resource = new ClientResource(uri);
resource.setChallengeResponse(ChallengeScheme.HTTP_BASIC,
"kermit", "kermit");
resource.release();
return resource;
}
everything works well but the problem is what it displays I want to stop it
nfos: Starting the default HTTP client
Infos: Stopping the default HTTP client
Infos: Starting the default HTTP client
Infos: Stopping the default HTTP client
Infos: Starting the default HTTP client
Infos: Stopping the default HTTP client
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2018 07:56 AM
Seems that you need to modify the logging configuration of your http client lib.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2018 04:06 AM
where can I find the logging configuration of my client http lib. I am a beginner in webservices
thnk you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2018 08:40 AM
Hi,
Get the class which logs this and set the log level OFF.
It will not print that log.
Regards,
Rupesh
EnProwess Technologies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2018 04:07 AM
where can I find the class that records this operation ?
