mod_log_ringbuffer/README.markdown
changeset 4230 df2ccb42a241
parent 4224 0b1b7d671448
child 5366 c0493d3173c1
--- a/mod_log_ringbuffer/README.markdown	Tue Oct 20 15:34:29 2020 +0100
+++ b/mod_log_ringbuffer/README.markdown	Tue Oct 20 15:54:07 2020 +0100
@@ -50,6 +50,10 @@
 :   The size, in bytes, of the buffer. When the buffer fills,
     old data will be overwritten by new data.
 
+`lines`
+:   If specified, preserves the latest N complete lines in the
+    buffer. The `size` option is ignored when this option is set.
+
 `filename`
 :   The name of the file to dump logs to when triggered.