On 23/12/15 14:33, Neubert, Joachim wrote:
Has anybody a working configuration which produces separate log files for
Fuseki as a Tomcat webapp?
A $FUSEKI_BASE/log4j.properties file is not interpreted. One reason for this is
that the binary Tomcat distribution doesn't use log4j
(https://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_Log4j) . But I
suppose there will be more dragons ...
Cheers, Joachim
Fuseki logging uses slf4j. log4j is the backing implementation used in
the standalone server and service configurations.
Andy