[java-identity-provider] branch main updated: IDP-2061 - Deprecation warning from logback during install
Scott Cantor
cantor.2 at osu.edu
Wed Jan 4 17:00:52 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4671bedccdf73ad48d0e03819d46a490ded3ffeb
The following commit(s) were added to refs/heads/main by this push:
new 4671bedcc IDP-2061 - Deprecation warning from logback during install
4671bedcc is described below
commit 4671bedccdf73ad48d0e03819d46a490ded3ffeb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 4 11:59:54 2023 -0500
IDP-2061 - Deprecation warning from logback during install
https://shibboleth.atlassian.net/browse/IDP-2061
---
idp-distribution/src/main/resources/bin/install-log.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/idp-distribution/src/main/resources/bin/install-log.xml b/idp-distribution/src/main/resources/bin/install-log.xml
index b739038e9..d173ee8e3 100644
--- a/idp-distribution/src/main/resources/bin/install-log.xml
+++ b/idp-distribution/src/main/resources/bin/install-log.xml
@@ -9,9 +9,11 @@
</encoder>
</appender>
- <root>
- <level value="INFO" />
+ <root level="INFO">
<appender-ref ref="STDOUT" />
</root>
+ <!-- Turn down some noise. -->
+ <logger name="ch.qos.logback" level="WARN" />
+
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list