[java-identity-provider] 01/03: Turn up logging for idp-conf tests to DEBUG

Rod Widdowson rdw at steadingsoftware.com
Sat Apr 6 05:37:04 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d54183ac5a76df81e5c40bc0f787da3a7418a8c9

commit d54183ac5a76df81e5c40bc0f787da3a7418a8c9
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