@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

In debug mode, log all phabricator bot data to the log

Summary: Dump everything to the debug log for `phd debug phabricatorbot ...`

Test Plan: Ran `phd debug phabricatorbot ...`

Reviewers: chad, AnhNhan

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5239

+4
+4
src/infrastructure/daemon/bot/PhabricatorBot.php
··· 114 114 } 115 115 } 116 116 117 + if ($message->getCommand() == 'LOG') { 118 + $this->log("[LOG] ".$message->getBody()); 119 + } 120 + 117 121 foreach ($this->handlers as $handler) { 118 122 try { 119 123 $handler->receiveMessage($message);