]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ApiLogger/README
Catch exception on delete of Confirm_address in a plugin
[quix0rs-gnu-social.git] / plugins / ApiLogger / README
1 The ApiLogger plugin allows random sampling of API requests.
2
3 Installation
4 ============
5 add "addPlugin('ApiLogger');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 frequency: How often to sample (number between 0.0 and 1.0 representing
11 percentage -- e.g.: 0.1 will check about 10% of hits). Default 1.0
12
13 Example
14 =======
15 addPlugin('ApiLogger', array(
16     'frequency' => 1.0
17 ));
18