[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/conf/logback.xml idp-saml-impl/src/main/java/n...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jan 28 14:14:30 EST 2015
Author: tzeller
Date: Wed Jan 28 14:14:30 2015
New Revision: 7287
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7287&view=rev
Log:
IDP-575 Remove LogSAMLMessage class from r7285 and add disabled SAML_PRE_ENCRYPTION logger to logback.xml.
Modified:
trunk/idp-conf/src/main/resources/conf/logback.xml
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/LogSAMLMessage.java
Modified: trunk/idp-conf/src/main/resources/conf/logback.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/logback.xml?rev=7287&r1=7286&r2=7287&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Wed Jan 28 14:14:30 2015
@@ -13,6 +13,11 @@
<!-- Logs inbound and outbound protocols messages at DEBUG level -->
<!--
<logger name="PROTOCOL_MESSAGE" level="DEBUG" />
+ -->
+
+ <!-- Logs unencrypted SAML at DEBUG level -->
+ <!--
+ <logger name="SAML_PRE_ENCRYPTION" level="DEBUG" />
-->
<!-- Especially chatty. -->
More information about the commits
mailing list