- why is there a log4j.properties in the root folder if there is
jena-log4j.properties in jena-core-2.7.1-SNAPSHOT.jar?
Reopened JENA-36 - some commands don't work if log4j.properties removed
and the handling of jena-log4j.properties is dubious.
The file in the top of the distribution directory is used scripts to
configure log4j for the commands.
In the interests of safety close to a release I have left the mechanism
in place, but renamed the file jena-log4j.properties.
In addition, running commands directly, with "java -cp lib/* ..." will
initialize some sort of log4j setup so no warning is issued even if
running without a script wrapper.
Andy