README 296 B

12345678910111213141516171819
  1. The PostDebug plugin records detailed data on POSTs requests.
  2. Installation
  3. ============
  4. add "addPlugin('PostDebug');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. dir: The directory where the log file will be saved
  9. Example
  10. =======
  11. addPlugin('PostDebug', array(
  12. 'dir' => '/tmp'
  13. ));