more logging info to try
This commit is contained in:
@@ -230,6 +230,8 @@ class ProcessStructureJob implements ShouldQueue
|
|||||||
} catch(RequestFailedException $e) {
|
} catch(RequestFailedException $e) {
|
||||||
Log::warning("Failed to get structure information for structure with id " . $structureId);
|
Log::warning("Failed to get structure information for structure with id " . $structureId);
|
||||||
Log::warning(var_dump($info));
|
Log::warning(var_dump($info));
|
||||||
|
Log::warning($e->getCode());
|
||||||
|
Log::warning($e->getMessage());
|
||||||
Log::warning($e->getEsiResponse());
|
Log::warning($e->getEsiResponse());
|
||||||
$info = null;
|
$info = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user