X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fevents.php;h=437cc160b44493b3b6a0aac0808a35d36888a6e8;hb=5ce13b210ee83a3ee3622d2106589b9c2c4c876a;hp=ffe67f67fededc099898f0157159120936157d80;hpb=42775d53b2c5177cae2e0e1dacb0a32f92e4a83b;p=friendica.git diff --git a/mod/events.php b/mod/events.php index ffe67f67fe..437cc160b4 100644 --- a/mod/events.php +++ b/mod/events.php @@ -1,6 +1,22 @@ . + * * The events module */ @@ -50,7 +66,7 @@ function events_init(App $a) function events_post(App $a) { - Logger::log('post: ' . print_r($_REQUEST, true), Logger::DATA); + Logger::debug('post', ['request' => $_REQUEST]); if (!local_user()) { return;