[java-idp-plugin-jetty] 81/186: Enable console-capture

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:57:12 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

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

commit c1284f2b1c9dd16f331f6708ef6729dd99f8600c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jan 27 12:03:51 2022 -0600

    Enable console-capture
---
 .../resources/jetty-base/start.d/console-capture.ini     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/main/resources/jetty-base/start.d/console-capture.ini b/src/main/resources/jetty-base/start.d/console-capture.ini
new file mode 100644
index 0000000..26d8755
--- /dev/null
+++ b/src/main/resources/jetty-base/start.d/console-capture.ini
@@ -0,0 +1,16 @@
+# --------------------------------------- 
+# Module: console-capture
+# --------------------------------------- 
+--module=console-capture
+
+## Logging directory (relative to $JETTY_BASE).
+# jetty.console-capture.dir=./logs
+
+## Whether to append to existing file.
+# jetty.console-capture.append=true
+
+## How many days to retain old log files.
+# jetty.console-capture.retainDays=90
+
+## Timezone ID of the log timestamps, as specified by java.time.ZoneId.
+# jetty.console-capture.timezone=GMT
\ No newline at end of file

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


More information about the commits mailing list