Skip to content

Commit

Permalink
Merge pull request #640 from internetarchive/suppress-cookie-rejected…
Browse files Browse the repository at this point in the history
…-logging

Suppress 'WARNING Cookie rejected' messages in job.log
  • Loading branch information
ato authored Feb 3, 2025
2 parents a4c98e4 + cd3f3f9 commit 42e4151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/src/main/conf/logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.level = WARNING
# ...and even less from the too-chatty-with-WARNINGs HttpClient library...
org.apache.commons.httpclient.level = SEVERE
org.apache.http.client.protocol.ResponseProcessCookies.level = SEVERE
org.restlet.Component.LogFilter.level = SEVERE
org.eclipse.jetty.log.level = SEVERE
org.apache.pdfbox = SEVERE
Expand Down

0 comments on commit 42e4151

Please sign in to comment.