Added --logging-level cmd line arg to set the logging level, and improved flow logging

This commit is contained in:
Shams Asari
2017-02-13 14:43:27 +00:00
parent 48c65ac5d2
commit 40dde555e7
24 changed files with 285 additions and 260 deletions

View File

@ -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