[java-identity-provider] branch maint-4 updated: IDP-2061 - Deprecation warning from logback during install

Scott Cantor cantor.2 at osu.edu
Wed Jan 4 16:59:57 UTC 2023


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

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 37dff295f IDP-2061 - Deprecation warning from logback during install
37dff295f is described below

commit 37dff295f3330048e99ddc570d5f36e84156cdf9
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