mod_log_ringbuffer/README.markdown
changeset 4223 b3dd77f2d0d7
parent 4219 86f8ece24029
child 4224 0b1b7d671448
--- a/mod_log_ringbuffer/README.markdown	Fri Oct 16 18:40:29 2020 +0100
+++ b/mod_log_ringbuffer/README.markdown	Fri Oct 16 18:41:15 2020 +0100
@@ -51,8 +51,11 @@
     old data will be overwritten by new data.
 
 `filename`
-:   The name of the file to dump logs to when triggered. The filename may
-    contain a number of variables, described below. Defaults to
+:   The name of the file to dump logs to when triggered.
+
+`filename_template`
+:   This parameter may optionally be specified instead of `filename. It
+    may contain a number of variables, described below. Defaults to
     `"{paths.data}/ringbuffer-logs-{pid}-{count}.log"`.
 
 Only one of the following triggers may be specified:
@@ -68,6 +71,9 @@
 
 ## Filename variables
 
+If `filename_template` is specified instead of `filename`, it may contain
+any of the following variables in curly braces, e.g. `{pid}`.
+
 `pid`
 :   The PID of the current process