mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
Minor: make the logger in the standalone node private to avoid accidental screwups due to name conflicts (mental or read)
This commit is contained in:
@ -9,7 +9,7 @@ import java.net.InetAddress
|
|||||||
import java.nio.file.Path
|
import java.nio.file.Path
|
||||||
import java.nio.file.Paths
|
import java.nio.file.Paths
|
||||||
|
|
||||||
val log = LoggerFactory.getLogger("Main")
|
private val log = LoggerFactory.getLogger("Main")
|
||||||
|
|
||||||
object ParamsSpec {
|
object ParamsSpec {
|
||||||
val parser = OptionParser()
|
val parser = OptionParser()
|
||||||
|
Reference in New Issue
Block a user