Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always log stack traces for Error objects (#3586)
Closes #3585 The default logging omits stack traces by default and prints them only in verbose mode. This is intended to allow builder implementations to cease execution and log a user friendly message by throwing a single `Exception` with a custom `toString()`. When a builder or utility library has an implementation bug leading to an `Error` the stack trace is much more likely to be useful information for debugging, and worth including by default.
- Loading branch information