summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/README.md
diff options
context:
space:
mode:
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>
```