From: Alex O. <no...@gi...> - 2025-02-03 03:02:28
|
Branch: refs/heads/master Home: https://github.com/internetarchive/heritrix3 Commit: cd3f3f9e098d12e54880b76036fd3aa6c21834b1 https://github.com/internetarchive/heritrix3/commit/cd3f3f9e098d12e54880b76036fd3aa6c21834b1 Author: Alex Osborne <aos...@nl...> Date: 2025-01-23 (Thu, 23 Jan 2025) Changed paths: M dist/src/main/conf/logging.properties Log Message: ----------- Suppress 'WARNING Cookie rejected' messages in job.log These log messages started unhelpfully being copied into job.log in 3.6.0 due to the slf4j fix. They indicate the server sent a set-cookie header with an incorrect domain. It's correct for Heritrix to reject them. They're very common and not an indication of a problem with Heritrix itself so it's unnecessarily alarming to log them as job warnings. Fixes: 533d762db53e ("Include slf4j-jdk14 in heritrix-engine ...") Commit: 42e4151bc6e6e32b7db64ba34c6c4283746d738f https://github.com/internetarchive/heritrix3/commit/42e4151bc6e6e32b7db64ba34c6c4283746d738f Author: Alex Osborne <aos...@nl...> Date: 2025-02-03 (Mon, 03 Feb 2025) Changed paths: M dist/src/main/conf/logging.properties Log Message: ----------- Merge pull request #640 from internetarchive/suppress-cookie-rejected-logging Suppress 'WARNING Cookie rejected' messages in job.log Compare: https://github.com/internetarchive/heritrix3/compare/a4c98e4d27c9...42e4151bc6e6 To unsubscribe from these emails, change your notification settings at https://github.com/internetarchive/heritrix3/settings/notifications |