From 9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 8 Feb 2018 16:30:44 -0800 Subject: turn the logs down again --- include/zot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 331ec35e3..1a9909de1 100644 --- a/include/zot.php +++ b/include/zot.php @@ -5063,10 +5063,9 @@ function zot6_check_sig() { $ret = [ 'success' => false ]; -logger('server: ' . print_r($_SERVER,true)); + logger('server: ' . print_r($_SERVER,true), LOGGER_DATA); if(array_key_exists('HTTP_SIGNATURE',$_SERVER)) { -logger('parsing signature header'); $sigblock = \Zotlabs\Web\HTTPSig::parse_sigheader($_SERVER['HTTP_SIGNATURE']); if($sigblock) { $keyId = $sigblock['keyId']; -- cgit v1.2.3