This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch logging
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 7cb1d1d12dae7ac3472343d7bb5a5b6c15d236a9
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Aug 28 18:45:12 2024 +0100

    Format block. Link to fuseki-logging
---
 source/documentation/fuseki2/fuseki-webapp.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/source/documentation/fuseki2/fuseki-webapp.md 
b/source/documentation/fuseki2/fuseki-webapp.md
index ab44f9a8f..59976ea08 100644
--- a/source/documentation/fuseki2/fuseki-webapp.md
+++ b/source/documentation/fuseki2/fuseki-webapp.md
@@ -105,10 +105,12 @@ unpacked war file, e.g. 
`/var/lib/tomcat9/webapps/fuseki/log4j2.properties`.
 
 The name of the file is taken from `web.xml`:
 
+```
   <context-param>
     <param-name>log4jConfiguration</param-name>
     <param-value>log4j2.properties</param-value>
   </context-param>
+```
 
 This only applies when running in a webapp container. When run from the command
 line, the server looks for `log4j2.properties` in the current directory and if
@@ -116,6 +118,8 @@ not found, uses a built-in configuration.
 
 This logging goes to the standard output.
 
+See also [Fuseki Logging](./fuseki-logging.html).
+
 ## Fuseki with Tomcat9 and systemd
 
 `systemd` may be set to sandbox Tomcat9. The file area `/etc/fuseki` will not

Reply via email to