diff --git a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObserversJob.php b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObserversJob.php index 869e1970e..53b13adde 100644 --- a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObserversJob.php +++ b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObserversJob.php @@ -91,6 +91,7 @@ class FetchMiningTaxesObserversJob implements ShouldQueue ]); } catch(RequestFailedException $e) { Log::critical("Failed to get moon observers in FetchMiningTaxesObservers"); + Log::critical($e); } $resp = json_decode($response, false);