README 338 B

12345678910111213141516171819
  1. The SQLStats plugin logs statistics on performed SQL queries.
  2. Installation
  3. ============
  4. add "addPlugin('SQLStats');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. verbose: whether to be verbose or not
  9. Note: entries are logged at the LOG_INFO level.
  10. Example
  11. =======
  12. $config['sqlstats']['verbose'] = false;
  13. addPlugin('SQLStats');