Why is stack trace printed when exception is handled?
I’m getting 2 errors SSLHandshakeException when making requests through WebClient. Even though I am catching the exceptions succesfully (custom LOG4J log warn is being displayed) the stack trace is printed on the console.
Why is stack trace printed when exception is handled?
I’m getting 2 errors SSLHandshakeException when making requests through WebClient. Even though I am catching the exceptions succesfully (custom LOG4J log warn is being displayed) the stack trace is printed on the console.