Documenting log level setting when starting doorman

This commit is contained in:
Michal Kit 2018-02-20 15:23:04 +00:00
parent 81801d4566
commit 6153a336c2

View File

@ -202,4 +202,12 @@ A network parameters file is required to start the network map service for the f
We can now restart the network management server with both doorman and network map service.
```
java -jar doorman-<version>.jar --update-network-parameters network-parameters.conf
```
### 7. Logs
In order to set the desired logging level the system properties need to be used.
Appropriate system properties can be set at the execution time.
Example:
```
java -DdefaultLogLevel=TRACE -DconsoleLogLevel=TRACE -jar doorman-<version>.jar
```