[java-idp-plugin-jetty] branch main updated: JJETTY-27 Suggest we move --module enabler for logback to that ini file

Rod Widdowson rdw at steadingsoftware.com
Tue Nov 11 19:29:08 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:
https://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=c1cfb0d829a49cdab540037aecd27c68dbe4f0ee

The following commit(s) were added to refs/heads/main by this push:
     new c1cfb0d  JJETTY-27 Suggest we move --module enabler for logback to that ini file
c1cfb0d is described below

commit c1cfb0d829a49cdab540037aecd27c68dbe4f0ee
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Nov 11 19:25:45 2025 +0000

    JJETTY-27 Suggest we move --module enabler for logback to that ini file
    
    https://shibboleth.atlassian.net/browse/JJETTY-27
    
    Add the logback enabling to the created locgback.ini file.
---
 .../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 ad84c2b..c44fb14 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
@@ -89,7 +89,7 @@ public class JettyModule extends PluginIdPModule {
 
             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);
+                out.format("--module=logging-logback\n\nlogback.version=%s\n", version);
             }
         }
         catch (final IOException ex) {

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


More information about the commits mailing list