summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/README.md
diff options
context:
space:
mode:
authorManuel Bentele2021-12-13 11:04:15 +0100
committerManuel Bentele2021-12-15 15:44:57 +0100
commitf7daa85863f784282f6ad37db2ff39cdcdf0483d (patch)
treeaf6069433723345d1356f8634690de6ee6fd32c4 /dozentenmodul/README.md
parent[CLIENT] Adapt OS loader of QEMU machines for local edit (diff)
downloadtutor-module-f7daa85863f784282f6ad37db2ff39cdcdf0483d.tar.gz
tutor-module-f7daa85863f784282f6ad37db2ff39cdcdf0483d.tar.xz
tutor-module-f7daa85863f784282f6ad37db2ff39cdcdf0483d.zip
[CLIENT] Update log4j because of the CVE-2021-44228 security flaw
Diffstat (limited to 'dozentenmodul/README.md')
-rw-r--r--dozentenmodul/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/README.md b/dozentenmodul/README.md
index a14e2bdc..4a26712e 100644
--- a/dozentenmodul/README.md
+++ b/dozentenmodul/README.md
@@ -40,7 +40,7 @@ If logging configurations other than the defaults are required, the configuratio
The custom configuration file is specified by executing the bwLehrpool-Suite 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-Suite application (Java archive file):
```shell
-java -Dlog4j.configuration=file:<CONFIG> -jar <APP>
+java -Dlog4j.configurationFile=<CONFIG> -jar <APP>
```