[java-idp-integration-tests] branch main updated: Update package name in logback-test.xml
Tom Zeller
tzeller at dragonacea.biz
Tue Aug 30 19:46:43 UTC 2022
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=b381c701d76981e0196dda19bc8350701d430827
The following commit(s) were added to refs/heads/main by this push:
new b381c70 Update package name in logback-test.xml
b381c70 is described below
commit b381c701d76981e0196dda19bc8350701d430827
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 30 14:46:35 2022 -0500
Update package name in logback-test.xml
---
src/test/resources/logback-test.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml
index c404aac..8f433bc 100644
--- a/src/test/resources/logback-test.xml
+++ b/src/test/resources/logback-test.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
- <logger name="net.shibboleth.idp.test" level="TRACE" />
+ <logger name="net.shibboleth.idp.integration.tests" level="TRACE" />
<logger name="org.openqa" level="DEBUG" />
<logger name="com.saucelabs" level="DEBUG" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list