Software /
code /
prosody-modules
Comparison
mod_log_mark/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 1870:mod_log_mark/README.markdown@6a9f91ad4f95 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 summary: Log a message once per minute | |
3 ... | |
4 | |
5 This module sends `-- MARK --` to the log once per minute. This may be | |
6 useful to give a sense of how busy the server is or see that logging and | |
7 timers are still working. |