probleme activiti-rest client

cancel
Showing results for 
Search instead for 
Did you mean: 
mobarkiyasmine
Active Member

probleme activiti-rest client

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
bassam_al-saror
Alfresco Employee

Re: probleme activiti-rest client

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

rupeshsawaliya
Established Member

Re: probleme activiti-rest client

Hi,

Get the class which logs this and set the log level OFF.

It will not print that log.

Regards,

Rupesh

EnProwess Technologies

mobarkiyasmine
Active Member

Re: probleme activiti-rest client

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

thnk you

mobarkiyasmine
Active Member

Re: probleme activiti-rest client

where can I find the class that records this operation ?