aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-08 16:30:44 -0800
committerzotlabs <mike@macgirvin.com>2018-02-08 16:30:44 -0800
commit9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f (patch)
tree0ccb8a3cde306b64e67cfebd78c24603a8c84bad /include
parentcd1e5d417167836ee5ac64d042815b377c22b694 (diff)
downloadvolse-hubzilla-9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f.tar.gz
volse-hubzilla-9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f.tar.bz2
volse-hubzilla-9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f.zip
turn the logs down again
Diffstat (limited to 'include')
-rw-r--r--include/zot.php3
1 files changed, 1 insertions, 2 deletions
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'];