[java-identity-provider] branch master updated: Turn up logging for idp-conf tests to DEBUG

Rod Widdowson rdw at steadingsoftware.com
Fri Apr 5 12:13:20 EDT 2019


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=c2bbe947fb199578186d66f01a52f98d3a5a8e04

The following commit(s) were added to refs/heads/master by this push:
       new  c2bbe94   Turn up logging for idp-conf tests to DEBUG
c2bbe94 is described below

commit c2bbe947fb199578186d66f01a52f98d3a5a8e04
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Apr 5 17:13:15 2019 +0100

    Turn up logging for idp-conf tests to DEBUG
---
 idp-conf/src/test/resources/logback-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/test/resources/logback-test.xml b/idp-conf/src/test/resources/logback-test.xml
index f3280e5..8f891b4 100644
--- a/idp-conf/src/test/resources/logback-test.xml
+++ b/idp-conf/src/test/resources/logback-test.xml
@@ -10,7 +10,7 @@
     </appender>
 
     <root>
-        <level value="warn" />
+        <level value="DEBUG" />
         <appender-ref ref="STDOUT" />
     </root>
     

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list