corda/common/logging
Walter Oggioni 98e9b1caa6
EG-65 - Improved error reporting on stdout (#5962)
I modified the `ErrorCodeRewritePolicy` to concatenate all the error messages of the exception's cause chain.
The code will start from the throwable being passed to the logger and concatenate its error message with the one in its cause and proceed recursively until it finds an exception with no cause or it detects a loop (an exception already encountered in the traversal).

This should provide customers with more information about errors without having to look at the logs (that should still remain the primary source of information)
2020-02-17 11:34:00 +00:00
..
src EG-65 - Improved error reporting on stdout (#5962) 2020-02-17 11:34:00 +00:00
build.gradle CORDA-2909 Build CURRENT_MAJOR_RELEASE from build.gradle in commons-logging (#5150) 2019-05-22 16:52:53 +01:00