Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 5 years ago
..
locale e858629ac3 [aab] Revert structural change of v2 5 years ago
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API 5 years ago
SQLStatsModule.php 34bfdc3e91 [CORE] Refactor Plugin API to Module API 5 years ago

README

The SQLStats plugin logs statistics on performed SQL queries.

Installation
============
add "addModule('SQLStats');"
to the bottom of your config.php

Settings
========
verbose: whether to be verbose or not

Note: entries are logged at the LOG_INFO level.

Example
=======
$config['sqlstats']['verbose'] = false;
addModule('SQLStats');