make fetch logging less chatty

(cherry picked from commit 130cfbf231)
This commit is contained in:
Mario Vavti 2019-08-09 18:33:03 +00:00 committed by Mario
parent 940e4a6152
commit 8d8b7ed567

View File

@ -75,7 +75,7 @@ class Activity {
if($x['success']) {
$y = json_decode($x['body'],true);
logger('returned: ' . json_encode($y,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES));
logger('returned: ' . json_encode($y,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES), LOGGER_DEBUG);
return json_decode($x['body'], true);
}
else {