Community Modules


changeset c0493d3173c1

mod_log_ringbuffer: Fix example config

author
Matthew Wild
date
parents
cec1b0b0adef
children
893b9c3c0d20
topic
files

1 files changed, 1 insertions(+), 1 deletions(-)

↓ Download patch

--- a/mod_log_ringbuffer/README.markdown	Sun Apr 23 14:18:25 2023 +0200
+++ b/mod_log_ringbuffer/README.markdown	Mon Apr 24 17:00:05 2023 +0100
@@ -34,7 +34,7 @@
     error = "/var/log/prosody/prosody.err";
 
     -- Log debug and higher to a 2MB buffer
-    { level = "debug", to = "ringbuffer", size = 1024*1024*2, filename = "debug-logs-{pid}-{count}.log", signal = "SIGUSR2" };
+    { level = "debug", to = "ringbuffer", size = 1024*1024*2, filename_template = "debug-logs-{pid}-{count}.log", signal = "SIGUSR2" };
 }
 ```