[java-idp-integration-tests] 01/02: Fix debug logging.

Tom Zeller tzeller at dragonacea.biz
Mon Apr 4 15:58:16 EDT 2016


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

commit ee5e704e6301e59a64033911896fb3999be6cd69
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Apr 4 14:53:49 2016 -0500

    Fix debug logging.
    
    Belated change after IDP-852.
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 307d610..b235936 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -524,8 +524,8 @@ public abstract class BaseIntegrationTest
         final Path pathToLogbackXML = Paths.get("conf", "logback.xml");
 
         // Set IdP logging to DEBUG from INFO.
-        final String oldText = "<logger name=\"net.shibboleth.idp\" level=\"INFO\"/>";
-        final String newText = "<logger name=\"net.shibboleth.idp\" level=\"DEBUG\"/>";
+        final String oldText = "<variable name=\"idp.loglevel.idp\" value=\"INFO\" />";
+        final String newText = "<variable name=\"idp.loglevel.idp\" value=\"DEBUG\" />";
         replaceIdPHomeFile(pathToLogbackXML, oldText, newText);
 
         logUnencryptedSAML();

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


More information about the commits mailing list