]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SQLStats/README
Merge branch 'master' into mmn_fixes
[quix0rs-gnu-social.git] / plugins / SQLStats / README
1 The SQLStats plugin logs statistics on performed SQL queries.
2
3 Installation
4 ============
5 add "addPlugin('SQLStats');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 verbose: whether to be verbose or not
11
12 Note: entries are logged at the LOG_INFO level.
13
14 Example
15 =======
16 $config['sqlstats']['verbose'] = false;
17 addPlugin('SQLStats');
18