mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Added --logging-level cmd line arg to set the logging level, and improved flow logging
This commit is contained in:
@ -22,7 +22,7 @@ class ExampleNodeConfTest {
|
||||
baseDirectory,
|
||||
ConfigHelper.loadConfig(
|
||||
baseDirectory = baseDirectory,
|
||||
configFileOverride = Paths.get(configResource.toURI())
|
||||
configFile = Paths.get(configResource.toURI())
|
||||
)
|
||||
)
|
||||
// Force the config fields as they are resolved lazily
|
||||
|
Reference in New Issue
Block a user