diff --git a/app/Jobs/AddressPoll.php b/app/Jobs/AddressPoll.php index c6f0b27..8ebb2b8 100644 --- a/app/Jobs/AddressPoll.php +++ b/app/Jobs/AddressPoll.php @@ -166,7 +166,7 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique exit(0); default: - Log::error(sprintf('%s:! Address Poll to [%s] with an unknown exception [%s]',self::LOGKEY,$this->ao->ftn,$exception->getMessage())); + Log::error(sprintf('%s:! Address Poll to [%s] with an unknown exception (%s)[%s]',self::LOGKEY,$this->ao->ftn,get_class($exception),$exception->getMessage())); } }