mirror of
https://github.com/corda/corda.git
synced 2024-12-22 06:17:55 +00:00
82c45c6f83
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. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
README.md |
Standalone Shell
Documentation for the standalone shell can be found here
To build this from the command line on Unix or MacOS:
Run ./gradlew tools:shell-cli:buildShellCli
to create a fat JAR in tools/shell-cli/build/libs
To build this from the command line on Windows:
Run gradlew tools:shell-cli:buildShellCli
to create a fat JAR in tools/shell-cli/build/libs