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
Seems that you need to modify the logging configuration of your http client lib.
Hi,
Get the class which logs this and set the log level OFF.
It will not print that log.
Regards,
Rupesh
EnProwess Technologies
where can I find the logging configuration of my client http lib. I am a beginner in webservices
thnk you
where can I find the class that records this operation ?
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.