Add CONF_FOLDER property

Closes gh-5203
This commit is contained in:
Uwe Schaefer
2016-02-23 19:13:12 +01:00
committed by Stephane Nicoll
parent 0232bef85d
commit 9c3003071b
2 changed files with 8 additions and 1 deletions

View File

@@ -571,6 +571,9 @@ the default behavior in a script or on the command line:
|`LOG_FOLDER`
|The name of the folder to put log files in (`/var/log` by default).
|`CONF_FOLDER`
|The name of the folder to read .conf files from (same folder as jar-file by default).
|`LOG_FILENAME`
|The name of the log file in the `LOG_FOLDER` (`<appname>.log` by default).