Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/76#discussion_r32211834
--- Diff: jena-core/src/main/java/jena/RuleMap.java ---
@@ -50,7 +53,7 @@
* </p>
*/
public class RuleMap {
- static { setLog4jConfiguration() ; }
+ static { setCmdLogging("jena-log4j.properties") ; }
--- End diff --
Can this be plain `setCmdLogging()` which (1) is sensitive to a local
log4j.properties if the user that and (2) has a built-in config in case no
properties file is found.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---