aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/BasicAuth.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-07 22:07:44 -0700
committerzotlabs <mike@macgirvin.com>2018-05-07 22:07:44 -0700
commit611e22d67641b0c82486c60d0daa59cc8e0d6b9a (patch)
tree9b4185084a408b9e6b1c35c43977fea5fee0c074 /Zotlabs/Storage/BasicAuth.php
parent0c43a9bb5dae1ab6c1646c690f0e9b765e88832e (diff)
downloadvolse-hubzilla-611e22d67641b0c82486c60d0daa59cc8e0d6b9a.tar.gz
volse-hubzilla-611e22d67641b0c82486c60d0daa59cc8e0d6b9a.tar.bz2
volse-hubzilla-611e22d67641b0c82486c60d0daa59cc8e0d6b9a.zip
turn down logging from DAV basicauth until needed
Diffstat (limited to 'Zotlabs/Storage/BasicAuth.php')
-rw-r--r--Zotlabs/Storage/BasicAuth.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/Zotlabs/Storage/BasicAuth.php b/Zotlabs/Storage/BasicAuth.php
index d8af03703..a5c01fbb7 100644
--- a/Zotlabs/Storage/BasicAuth.php
+++ b/Zotlabs/Storage/BasicAuth.php
@@ -253,11 +253,11 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic {
* @return void
*/
public function log() {
- logger('channel_name ' . $this->channel_name, LOGGER_DATA);
- logger('channel_id ' . $this->channel_id, LOGGER_DATA);
- logger('channel_hash ' . $this->channel_hash, LOGGER_DATA);
- logger('observer ' . $this->observer, LOGGER_DATA);
- logger('owner_id ' . $this->owner_id, LOGGER_DATA);
- logger('owner_nick ' . $this->owner_nick, LOGGER_DATA);
+// logger('channel_name ' . $this->channel_name, LOGGER_DATA);
+// logger('channel_id ' . $this->channel_id, LOGGER_DATA);
+// logger('channel_hash ' . $this->channel_hash, LOGGER_DATA);
+// logger('observer ' . $this->observer, LOGGER_DATA);
+// logger('owner_id ' . $this->owner_id, LOGGER_DATA);
+// logger('owner_nick ' . $this->owner_nick, LOGGER_DATA);
}
}