Diogo Cordeiro b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL %!s(int64=4) %!d(string=hai) anos
..
locale aee5506f00 [PLUGINS] Removed GeoURL as the service doesn't exist anymore %!s(int64=4) %!d(string=hai) anos
PostDebugPlugin.php b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL %!s(int64=4) %!d(string=hai) anos
README a614205663 Add plugin READMEs %!s(int64=8) %!d(string=hai) anos

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'
));