mirror of
https://github.com/corda/corda.git
synced 2024-12-24 15:16:45 +00:00
Explicitly output debug ports used for each of the corresponding nodes
This commit is contained in:
parent
2caa134885
commit
eac43e3967
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user