[java-opensaml] branch master updated: Turn up debugging to aid Windows/Java11 debug

Rod Widdowson rdw at steadingsoftware.com
Fri May 10 10:18:22 EDT 2019


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

rdw pushed a commit to branch master
in repository java-opensaml.

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

The following commit(s) were added to refs/heads/master by this push:
       new  b153584   Turn up debugging to aid Windows/Java11 debug
b153584 is described below

commit b153584478133ea47e9028bf1282176f802852f6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 10 15:18:13 2019 +0100

    Turn up debugging to aid Windows/Java11 debug
---
 opensaml-storage-impl/src/test/resources/logback-test.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/opensaml-storage-impl/src/test/resources/logback-test.xml b/opensaml-storage-impl/src/test/resources/logback-test.xml
index 1df9adc..680abc9 100644
--- a/opensaml-storage-impl/src/test/resources/logback-test.xml
+++ b/opensaml-storage-impl/src/test/resources/logback-test.xml
@@ -14,7 +14,8 @@
         <appender-ref ref="STDOUT" />
     </root>
     
-    <logger name="org.opensaml.storage.impl.JSONRequestScopedStorageService" level="TRACE"/>
+    <logger name="org.opensaml.storage" level="TRACE"/>
+    <logger name="org.opensaml.storage" level="DEBUG"/>
     <logger name="net.shibboleth.utilities.java.support.security.DataSealer" level="TRACE"/>
     
 </configuration>
\ No newline at end of file

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


More information about the commits mailing list