org.opensaml.saml.saml2.encryption.Encrypter logging
Nate Klingenstein
ndk at signet.id
Mon Apr 29 11:40:13 EDT 2019
I need to enable logging of PROTOCOL_MESSAGE for a whole bunch of stuff:
2019-04-29 15:27:06,643 - DEBUG [PROTOCOL_MESSAGE:?] -
<?xml version="1.0" encoding="UTF-8"?>
<samlp:AuthnRequest
2019-04-29 15:20:53,102 - DEBUG [PROTOCOL_MESSAGE:?] -
<?xml version="1.0" encoding="UTF-8"?>
<saml2p:LogoutResponse
which have no associated class.
At the same time, because the entire SAML response is displayed by PROTOCOL_MESSAGE, the assertion ends up getting printed twice, once as response by PROTOCOL_MESSAGE and once as org.opensaml.saml.saml2.encryption.Encrypter. I have done everything I can to hammer org.opensaml.saml.saml2.encryption.Encrypter into the ground:
<logger name="org.opensaml.saml.saml2.encryption.Encrypter" level="OFF" />
But it seems to keep chugging along. What am I screwing up? Anything I can do?
Thanks,
Nate.
More information about the users
mailing list