aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-08-28 22:43:37 -0700
committerzotlabs <mike@macgirvin.com>2018-08-28 22:43:37 -0700
commit7ecb337405aa1ca9327487eecaa352059ee65052 (patch)
treea7bc06161e119ef0f51d356271e4879925c94499 /Zotlabs
parente4b6a143c7679428ecf7208274fddb5f1b37c70e (diff)
downloadvolse-hubzilla-7ecb337405aa1ca9327487eecaa352059ee65052.tar.gz
volse-hubzilla-7ecb337405aa1ca9327487eecaa352059ee65052.tar.bz2
volse-hubzilla-7ecb337405aa1ca9327487eecaa352059ee65052.zip
redirect stdout/stderr on cron command
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index fa2368a92..f74c8f11c 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -559,6 +559,8 @@ class Notifier {
foreach($dhubs as $hub) {
+ logger('notifier_hub: ' . $hub['hubloc_url'],LOGGER_DEBUG);
+
if($hub['hubloc_network'] !== 'zot') {
$narr = [
'channel' => $channel,