[java-shib-shared] branch main updated: JSSH-64 - Lower logging level on property search category

Codeberg noreply at shibboleth.net
Wed Dec 3 13:32:49 UTC 2025


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

codeberg pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/e51877a7942a68529844df171e0c62a7d7789df7

The following commit(s) were added to refs/heads/main by this push:
     new e51877a7 JSSH-64 - Lower logging level on property search category
e51877a7 is described below

commit e51877a7942a68529844df171e0c62a7d7789df7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 3 08:32:35 2025 -0500

    JSSH-64 - Lower logging level on property search category
    
    https://shibboleth.atlassian.net/browse/JSSH-64
    
    Lower logging category in Spring initializer.
---
 .../src/main/resources/net/shibboleth/shared/cli/logger-normal.xml     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
index 44d2ee75..8f211524 100644
--- a/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
+++ b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
 
+    <!-- Suppresses property file enumeration messages from Spring initializer. -->
+    <logger name="net.shibboleth.shared.spring.context.AbstractPropertiesApplicationContextInitializer" level="WARN" />
+
     <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
         <target>System.err</target>
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">

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


More information about the commits mailing list