1

There's quite little information on jena-fuseki logging on apache documentation, found just this: https://jena.apache.org/documentation/fuseki2/fuseki-logging.html

My jena-fuseki in running in rkt-container, started by command

./fuseki-server ...

I need to change the logging level from INFO to at least WARN or perhaps ERROR. I tried on test server (i.e. outside of rkt-container) by changing all occurrences of "INFO" to "WARN" 1st in file <directory of fuseki-server>/webapp/log4j2.properties and then in file <directory of fuseki-server>/log4j2.properties without help.

So, how should I change the logging level ?

Jaana
  • 266
  • 1
  • 3
  • 14
  • 1
    Change the file `log4j2.properties` in $FUSEKI_HOME in the container. Otherwise please say which version you are using and show the start of the logging output. – AndyS Mar 25 '22 at 18:38
  • 1
    @AndyS Thanks, $FUSEKI_HOME was nout defined, but it was enough to change all occurrences of INFO to WARN in /log4j2.properties-file with apache-jena-fuseki 3.17. – Jaana Mar 29 '22 at 04:51

0 Answers0