[
https://issues.apache.org/jira/browse/JENA-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995768#comment-14995768
]
Andy Seaborne commented on JENA-1005:
-------------------------------------
Log4j2, as of version 2.4, supports a java properties syntax. It is not the
same as Log4j 1, but for the use made by Jena it is quite close and seems to
have the right features.
http://logging.apache.org/log4j/2.x/manual/configuration.html#Properties
> Move off Log4j v1.
> ------------------
>
> Key: JENA-1005
> URL: https://issues.apache.org/jira/browse/JENA-1005
> Project: Apache Jena
> Issue Type: Improvement
> Reporter: Andy Seaborne
> Priority: Minor
>
> Log4J v1 is approaching end-of-life. Jena uses slf4j for logging from code.
> Jena depends on log4j for controlling output in tests and for the output in
> commands. This is in the log4j explicit control utilities.
> Choices include:
> * Log4jv2 log4j v2 does not support log4j.properties.
> * Use java.util.logging (JUL) in some or all of those places.
> Others?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)