[java-identity-provider] branch master updated: Turn up logging to help diagnose test failure
Rod Widdowson
rdw at steadingsoftware.com
Thu Aug 2 10:45:15 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a43a06683b7562e83533bf0d8ed2bd77c553b8fe
The following commit(s) were added to refs/heads/master by this push:
new a43a066 Turn up logging to help diagnose test failure
a43a066 is described below
commit a43a06683b7562e83533bf0d8ed2bd77c553b8fe
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 2 15:45:10 2018 +0100
Turn up logging to help diagnose test failure
---
idp-profile-spring/src/test/resources/logback-test.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-profile-spring/src/test/resources/logback-test.xml b/idp-profile-spring/src/test/resources/logback-test.xml
index ac1deef..7cf563b 100644
--- a/idp-profile-spring/src/test/resources/logback-test.xml
+++ b/idp-profile-spring/src/test/resources/logback-test.xml
@@ -3,7 +3,8 @@
<configuration>
<logger name="net.shibboleth.ext.spring.resource" level="DEBUG"/>
- <logger name="net.shibboleth.idp.profile.spring" level="DEBUG"/>
+ <logger name="net.shibboleth.idp.profile" level="DEBUG"/>
+ <logger name="net.shibboleth.utilities.java.support" level="DEBUG"/>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list