[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/logback.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 30 17:34:19 EST 2015
Author: putmanb
Date: Fri Jan 30 17:34:19 2015
New Revision: 7293
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7293&view=rev
Log:
Change SAML Encrypter to just use the class logger, rather than a special one for per-encryption.
Modified:
trunk/idp-conf/src/main/resources/conf/logback.xml
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=7293&r1=7292&r2=7293&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Fri Jan 30 17:34:19 2015
@@ -17,7 +17,7 @@
<!-- Logs unencrypted SAML at DEBUG level -->
<!--
- <logger name="SAML_PRE_ENCRYPTION" level="DEBUG" />
+ <logger name="org.opensaml.saml.saml2.encryption.Encrypter" level="DEBUG" />
-->
<!-- Logs standard system properties during startup at DEBUG level -->
More information about the commits
mailing list