Log when beacon fails to send

This commit is contained in:
James Brooks
2017-01-02 17:09:55 +00:00
parent a2bbb18f79
commit 34b0432ceb
4 changed files with 36 additions and 3 deletions
@@ -22,7 +22,7 @@ class EventServiceProvider extends ServiceProvider
*/
protected $listen = [
'CachetHQ\Cachet\Bus\Events\Beacon\BeaconFailedToSendEvent' => [
//
'CachetHQ\Cachet\Bus\Handlers\Events\Beacon\LogBeaconFailedHandler',
],
'CachetHQ\Cachet\Bus\Events\Beacon\BeaconWasSentEvent' => [
//