mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +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:
parent
958c7f8c9f
commit
2d40c7e6dc
@ -9,7 +9,7 @@ import java.net.InetAddress
|
||||
import java.nio.file.Path
|
||||
import java.nio.file.Paths
|
||||
|
||||
val log = LoggerFactory.getLogger("Main")
|
||||
private val log = LoggerFactory.getLogger("Main")
|
||||
|
||||
object ParamsSpec {
|
||||
val parser = OptionParser()
|
||||
|
Loading…
x
Reference in New Issue
Block a user