From 9286e938d5c189297c1025bbd4ea2fc395535768 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 23 Feb 2023 09:29:18 +1100 Subject: [PATCH] Additional logging --- app/Jobs/Entity/EmailEntity.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Jobs/Entity/EmailEntity.php b/app/Jobs/Entity/EmailEntity.php index cdf5235dbd6f..26998794040d 100644 --- a/app/Jobs/Entity/EmailEntity.php +++ b/app/Jobs/Entity/EmailEntity.php @@ -172,6 +172,7 @@ class EmailEntity implements ShouldQueue public function failed($e) { - // nlog($e->getMessage()); + nlog("EmailEntity"); + nlog($e->getMessage()); } }