diff -r d6fb9f7afaa5 -r df2ccb42a241 mod_log_ringbuffer/README.markdown --- 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.