Hugo Sales 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago
..
locale 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago
PostDebugPlugin.php 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago
README 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago

README

The PostDebug plugin records detailed data on POSTs requests.

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

Settings
========
dir: The directory where the log file will be saved

Example
=======

addPlugin('PostDebug', array(
'dir' => '/tmp'
));