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