[java-idp-jetty-base] branch 10 updated: Enable console-capture
Tom Zeller
tzeller at dragonacea.biz
Thu Jan 27 18:04:03 UTC 2022
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=c1284f2b1c9dd16f331f6708ef6729dd99f8600c
The following commit(s) were added to refs/heads/10 by this push:
new c1284f2 Enable console-capture
c1284f2 is described below
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