[CORDA-1763]: Add node CLI option for validating configuration. (#4121)

This commit is contained in:
Michele Sollecito
2018-10-29 13:33:43 +00:00
committed by GitHub
parent 5086358834
commit 6022cecca5
13 changed files with 169 additions and 82 deletions

View File

@ -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"
}