Skip to content

Commit 42e4151

Browse files
authored
Merge pull request #640 from internetarchive/suppress-cookie-rejected-logging
Suppress 'WARNING Cookie rejected' messages in job.log
2 parents a4c98e4 + cd3f3f9 commit 42e4151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/src/main/conf/logging.properties

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.level = WARNING
55
# ...and even less from the too-chatty-with-WARNINGs HttpClient library...
66
org.apache.commons.httpclient.level = SEVERE
7+
org.apache.http.client.protocol.ResponseProcessCookies.level = SEVERE
78
org.restlet.Component.LogFilter.level = SEVERE
89
org.eclipse.jetty.log.level = SEVERE
910
org.apache.pdfbox = SEVERE

0 commit comments

Comments
 (0)