From 0e35453cc4921e9e3c443307a5099716ae52e40a Mon Sep 17 00:00:00 2001 From: autumo <100039855+autumoswitzerland@users.noreply.github.com> Date: Sun, 20 Feb 2022 05:49:33 +0100 Subject: [PATCH] Update README.md --- autumo-beetroot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autumo-beetroot/README.md b/autumo-beetroot/README.md index 7ad65105..6cd1b892 100644 --- a/autumo-beetroot/README.md +++ b/autumo-beetroot/README.md @@ -387,7 +387,7 @@ beetRoot handles every pre-url-path / servlet-name-path by its own, if configure ## Logging -beetRoot uses [SLF4j](https://slf4j.org). For the stand-alone and tomcat wep-app version, the log4j2 implementation (the one that has NOT the log4j2 bug in it...!) is used and the default configuration 'cfg/logging.xml' (stand-alone) and `logging.xml` (in tomcat web-app servlet directory) is used. If you want to specify your own, adjust it this way: +beetRoot uses [SLF4j](https://slf4j.org). For the stand-alone and tomcat wep-app version, the log4j2 implementation (the one that has NOT the log4j2 bug in it...!) is used and the default configuration `cfg/logging.xml` (stand-alone) and `logging.xml` (in tomcat web-app servlet directory) is used. If you want to specify your own, adjust it this way: - stand-alone: Define a runtime parameter in the shell/bash script when starting Java: