Mercurial > prosody-modules
diff mod_log_ringbuffer/README.md @ 6333:8a47791338fc
mod_log_ringbuffer: Support multiple triggers simultaneously (e.g. signal + event)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 02 Oct 2025 14:41:18 +0100 |
| parents | fe081789f7b5 |
| children |
line wrap: on
line diff
--- a/mod_log_ringbuffer/README.md Wed Oct 01 18:17:13 2025 +0100 +++ b/mod_log_ringbuffer/README.md Thu Oct 02 14:41:18 2025 +0100 @@ -62,7 +62,7 @@ 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: +One or both of the following triggers may be specified: `signal` : A signal that will cause the buffer to be dumped, e.g. `"SIGUSR2"`. @@ -70,7 +70,7 @@ avoid conflicts. `event` -: Alternatively, the name of a Prosody global event that will trigger +: The name of a Prosody global event that will trigger the logs to be dumped, e.g. `"config-reloaded"`. ## Filename variables
