From: Alex O. <no...@gi...> - 2025-01-23 13:12:55
|
Branch: refs/heads/suppress-cookie-rejected-logging 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 ...") To unsubscribe from these emails, change your notification settings at https://github.com/internetarchive/heritrix3/settings/notifications |