From 8d8b7ed567e1aa29f4d30f62155c654a8159467d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 9 Aug 2019 18:33:03 +0000 Subject: make fetch logging less chatty (cherry picked from commit 130cfbf2317f1fce9cd73b40cf58a06180875c67) --- Zotlabs/Lib/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib/Activity.php') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 0808228a6..f86dc1604 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -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 { -- cgit v1.2.3