On 26/04/17 07:33, Neubert, Joachim wrote:
Hi Andy,
Have you tried configuring the logging so that warnings from that class are
turned off?
Thanks for the hint! I've tried change the log level in
tomcat/conf/logging.properties, but neither
org.apache.http.client.protocol.ResponseProcessCookies.level = SEVERE
nor
org.apache.http.client.protocol.ResponseProcessCookies.level = ERROR
had any effect (after restart). Yet, that may have been the completely wrong
place.
Cheers, Joachim
What about log4j? I think Fuseki has a tendency to end up using that.
It uses the logging system of the webapp, not the tomcat server.
Andy
ERROR isn't a level in java.util.logging.