[java-idp-plugin-jetty] branch main updated: JJETTY-37 Startup logging for IdP seems to be absent
Codeberg
noreply at shibboleth.net
Mon Apr 20 18:34:31 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/a81c47810bcfcb8d0f7e7881848f69892b5fbf80
The following commit(s) were added to refs/heads/main by this push:
new a81c478 JJETTY-37 Startup logging for IdP seems to be absent
a81c478 is described below
commit a81c47810bcfcb8d0f7e7881848f69892b5fbf80
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 20 19:22:04 2026 +0100
JJETTY-37 Startup logging for IdP seems to be absent
Remove the setting of logback.configuration file from
the runjetty files
This reverts commit 61e0e3729a12427d5896947e533a7124edf3b9f7.
---
.../src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat | 3 ++-
.../src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
index e7e0e91..810a10f 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
@@ -49,7 +49,8 @@ if not exist "%JETTY_BASE%\start.d" (
exit /b
)
-set JVM_ARGS=-Didp.home="%IDP_HOME_UNIX%" -Djava.io.tmpdir="%JETTY_TMP%" -XX:+UseG1GC -Dlogback.configurationFile="%JETTY_BASE%\resources\logback.xml"
+set JVM_ARGS=-Didp.home="%IDP_HOME_UNIX%" -Djava.io.tmpdir="%JETTY_TMP%" -XX:+UseG1GC
+
SET JETTY_ARGS=jetty.base="%JETTY_BASE%" jetty.logging.dir="%IDP_HOME_WINDOWS%\logs"
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
index 4d3fdee..81d673f 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
@@ -53,7 +53,7 @@ if [ ! -e "$JETTY_TMP" ] ; then
mkdir "$JETTY_TMP"
fi
-JVM_ARGS="-Didp.home=$IDP_HOME -Djava.io.tmpdir=$JETTY_TMP -XX:+UseG1GC -Dlogback.configurationFile=$JETTY_BASE/resources/logback.xml"
+JVM_ARGS="-Didp.home=$IDP_HOME -Djava.io.tmpdir=$JETTY_TMP -XX:+UseG1GC"
JETTY_ARGS="jetty.base=$JETTY_BASE jetty.logging.dir=$IDP_HOME/logs --exec"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list