KEYCLOAK-19105 Fix to log the root cause of exception

Please refer to: https://issues.redhat.com/browse/KEYCLOAK-19105
This commit is contained in:
Kohei Tamura 2021-08-24 15:33:04 +09:00 committed by Hynek Mlnařík
parent 4e9e0563d5
commit 2c94370e8e

View file

@ -1640,7 +1640,7 @@ public class DefaultPicketLinkLogger implements PicketLinkLogger {
*/ */
@Override @Override
public void samlBase64DecodingError(Throwable t) { public void samlBase64DecodingError(Throwable t) {
error("Error in base64 decoding saml message: " + t); logger.error("Error in base64 decoding saml message: ", t);
} }
/* /*