mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
Documenting log level setting when starting doorman
This commit is contained in:
parent
81801d4566
commit
6153a336c2
@ -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.
|
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
|
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user