cancel
Showing results for 
Search instead for 
Did you mean: 

probleme activiti-rest client

mobarkiyasmine
Confirmed Champ
Confirmed Champ

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

4 REPLIES 4

bassam_al-saror
Star Collaborator
Star Collaborator

Seems that you need to modify the logging configuration of your http client lib.

where can I find the logging configuration of my client http lib. I am a beginner in webservices

thnk you

rupeshsawaliya
Star Contributor
Star Contributor

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 class that records this operation ?