mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
[CORDA-1763]: Add node CLI option for validating configuration. (#4121)
This commit is contained in:
committed by
GitHub
parent
5086358834
commit
6022cecca5
@ -777,6 +777,7 @@ class DriverDSLImpl(
|
||||
"visualvm.display.name" to "corda-${config.corda.myLegalName}"
|
||||
)
|
||||
debugPort?.let {
|
||||
systemProperties += "log4j2.level" to "debug"
|
||||
systemProperties += "log4j2.debug" to "true"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user