log_statistics
No security coverage
This module logs total number of each logging severity levels (defined in RFC 5424) in a custom table on a day-to-day basis and outputs a graph based on that. The graph is created with the help of Google Charts.
Requirements
- This module requires Database logging (dblog) module of Drupal core.
- Please make sure you have already set up a cron job that runs at least once a day.
Working
- This module logs total number of each severity levels (emergency, alert, critical, error, warning, notice and info) on a cron run.
- For e.g. on today's cron run, yesterday's total number of each log is stored in the module's generated custom table.
- The stored data is used by Google Charts to prepare a graph (as of now, for last 10 days). The graph can be seen on the /log-statistics page.