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
05-17-2018 07:56 AM
Seems that you need to modify the logging configuration of your http client lib.
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
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
05-20-2018 04:07 AM
where can I find the class that records this operation ?
 
					
				
				
			
		
Explore our Alfresco products with the links below. Use labels to filter content by product module.