corda/tools/cliutils
Jonathan Locke 82c45c6f83 CORDA-2506: Better handling of invalid log path (#4895)
Test if we have access to the logging path (baseDirectory/logs) before attempting to write to them. This allows us to shut down gracefully with an easily understandable error message.
Without doing this, the log4j2 will attempt to access the logPath when it first uses the logger in the call() function.
2019-03-15 09:54:53 +00:00
..
src/main/kotlin/net/corda/cliutils CORDA-2506: Better handling of invalid log path (#4895) 2019-03-15 09:54:53 +00:00
build.gradle Fix irs-demo dependency issues (#4438) 2018-12-20 12:31:16 +00:00