This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PDS-119625] Log the Exception, not UnsafeArg.of(exceptionMessage) (#…
…4822) * Log exception, not Unsafe message * Add generated changelog entries
- Loading branch information
1 parent
de6bdc1
commit c488c75
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
type: fix | ||
fix: | ||
description: The type and stack trace of Exceptions when talking to Cassandra are | ||
now logged (and in the case of Safe exceptions, the exception message will also | ||
be available). Previously, only the exception message was logged, and this was | ||
always Unsafe. | ||
links: | ||
- https://github.com/palantir/atlasdb/pull/4822 |