diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-08 16:30:44 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-08 16:30:44 -0800 |
commit | 9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f (patch) | |
tree | 0ccb8a3cde306b64e67cfebd78c24603a8c84bad /include/zot.php | |
parent | cd1e5d417167836ee5ac64d042815b377c22b694 (diff) | |
download | volse-hubzilla-9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f.tar.gz volse-hubzilla-9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f.tar.bz2 volse-hubzilla-9f5d44fa32b1ef9e103f98dcf7d68bfef1fdd94f.zip |
turn the logs down again
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
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']; |