Explicitly output debug ports used for each of the corresponding nodes

This commit is contained in:
Viktor Kolomeyko 2017-10-20 17:36:10 +01:00
parent 2caa134885
commit eac43e3967

View File

@ -914,7 +914,7 @@ class DriverDSL(
packagesToScanString: String
): CordaFuture<Process> {
val processFuture = executorService.fork {
log.info("Starting out-of-process Node ${nodeConf.myLegalName.organisation}")
log.info("Starting out-of-process Node ${nodeConf.myLegalName.organisation}, debug port is " + debugPort ?: "not enabled")
// Write node.conf
writeConfig(nodeConf.baseDirectory, "node.conf", config)