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:
parent
4e9e0563d5
commit
2c94370e8e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue