mod_log_rate

Introduction

If you ever wanted to collect statistics on the number of log messages, this is the module for you!

Setup

After installing the module and adding it to modules_enabled as most other modules, you also need to add it to your logging config:

log = {
  -- your other log sinks
  info = "/var/log/prosody/prosody.log"
  -- add this:
  { to = "measure" };
}

Then log messages will be counted by statsmanager.

Compatibility

Reqires Prosody 0.10 or above.


Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_log_rate

For earlier versions see the documentation for installing 3rd party modules