Skip to content

Commit

Permalink
Print cleaner stack trace on failure to upload. (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl-netflix authored Jan 26, 2023
1 parent 0b0f0f6 commit de7c4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public Long retriableCall() throws Exception {
localPath,
remotePath,
e.getMessage(),
e.getStackTrace());
e);
backupNotificationMgr.notify(path, UploadStatus.FAILED);
throw new BackupRestoreException(e.getMessage());
} finally {
Expand Down

0 comments on commit de7c4fb

Please sign in to comment.