Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log Exception object directly (linkedin#669)
Instead of logging the Exception type and stack-trace separately, use `Logger.error(String msg, Throwable t)` to log the message and stack-trace in a single ERROR entry.
- Loading branch information