[java-idp-plugin-jetty] branch main updated: Turn down ERROR logging to debug

Rod Widdowson rdw at steadingsoftware.com
Wed Oct 22 14:35:15 UTC 2025


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

rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=1953754d20c287a674acd4424b49961530f2d175

The following commit(s) were added to refs/heads/main by this push:
     new 1953754  Turn down ERROR logging to debug
1953754 is described below

commit 1953754d20c287a674acd4424b49961530f2d175
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Oct 21 19:44:07 2025 +0100

    Turn down ERROR logging to debug
---
 .../src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java b/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
index e5f4906..ad84c2b 100644
--- a/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
+++ b/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
@@ -87,7 +87,7 @@ public class JettyModule extends PluginIdPModule {
             copyLogbackJar(distLibDir, jarTargetDir, "logback-classic-" + version + ".jar");
             copyLogbackJar(distLibDir, jarTargetDir, "logback-core-" + version + ".jar");
 
-            log.error("Writing logback ini");
+            log.debug("Writing logback ini");
             try(final PrintStream out = new PrintStream(jettyBaseDir.resolve("start.d").resolve("logback.ini").toFile())) {
                 out.format("logback.version=%s\n", version);
             }

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


More information about the commits mailing list