Skip to content

Commit

Permalink
ReactiveFeignException prints exceptions stacktraces to error print s…
Browse files Browse the repository at this point in the history
…tream (#629)

Co-authored-by: Igor Yova <[email protected]>
  • Loading branch information
gromspys and Fameing authored Nov 10, 2023
1 parent 5762339 commit 114a56c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public class ReactiveFeignException extends RuntimeException {
public ReactiveFeignException(Throwable cause, ReactiveHttpRequest request) {
super(String.format(MESSAGE_PATTERN, request, cause.getMessage()), cause);
this.request = request;
cause.printStackTrace();
}

public ReactiveHttpRequest getRequest() {
Expand Down

0 comments on commit 114a56c

Please sign in to comment.