mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
Documenting log level setting when starting doorman
This commit is contained in:
parent
81801d4566
commit
6153a336c2
@ -203,3 +203,11 @@ We can now restart the network management server with both doorman and network m
|
|||||||
```
|
```
|
||||||
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