This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new d1b70adc7 NUTCH-3119 Log4j package scanning is deprecated
d1b70adc7 is described below
commit d1b70adc787f6545708a62da4702cf8cc082e259
Author: Sebastian Nagel <[email protected]>
AuthorDate: Wed Jul 16 13:25:34 2025 +0200
NUTCH-3119 Log4j package scanning is deprecated
- remove "package" attribute in log4j2.xml
---
conf/log4j2.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/log4j2.xml b/conf/log4j2.xml
index 9eb807b4f..713bfdc7f 100644
--- a/conf/log4j2.xml
+++ b/conf/log4j2.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<Configuration status="INFO" name="Nutch" packages="">
+<Configuration status="INFO" name="Nutch">
<Properties>
<!-- default values that can be overridden by system properties:
Note: the script bin/nutch sets these properties from the
environment variables