Skip to content

Commit

Permalink
Merge pull request quarkusio#43037 from geoand/rest-client-stack
Browse files Browse the repository at this point in the history
Don't capture stacktraces for REST Client by default
  • Loading branch information
geoand authored Sep 5, 2024
2 parents 20f82dd + 563d983 commit fcb4958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public interface RestClientsConfig {
* If {@code true}, the stacktrace of the invocation of the REST Client method is captured.
* This stacktrace will be used if the invocation throws an exception
*/
@WithDefault("true")
@WithDefault("false")
boolean captureStacktrace();

/**
Expand Down

0 comments on commit fcb4958

Please sign in to comment.