summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/README.md
diff options
context:
space:
mode:
authorManuel Bentele2021-12-13 11:04:27 +0100
committerManuel Bentele2021-12-15 15:45:04 +0100
commit0ed5764397d16820eadaec05108856f7b94b41ab (patch)
tree2e83637052999f166ef318c13700c327b56e53cb /dozentenmodulserver/README.md
parent[CLIENT] Update log4j because of the CVE-2021-44228 security flaw (diff)
downloadtutor-module-0ed57643.tar.gz
tutor-module-0ed57643.tar.xz
tutor-module-0ed57643.zip
[SERVER] Update log4j because of the CVE-2021-44228 security flaw
Diffstat (limited to 'dozentenmodulserver/README.md')
-rw-r--r--dozentenmodulserver/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodulserver/README.md b/dozentenmodulserver/README.md
index 7905d5e2..4f1ede74 100644
--- a/dozentenmodulserver/README.md
+++ b/dozentenmodulserver/README.md
@@ -58,7 +58,7 @@ If logging configurations other than the defaults are required, the configuratio
The custom configuration file is specified by execute the bwLehrpool-Server application with the following command line call where `<CONFIG>` is an absolute path to the custom configuration file and `<APP>` is a path to the built bwLehrpool-Server application (Java archive file):
```shell
-java -Dlog4j.configuration=file:<CONFIG> -jar <APP>
+java -Dlog4j.configurationFile=<CONFIG> -jar <APP>
```