more logging info for structure info not working right
This commit is contained in:
@@ -230,6 +230,7 @@ 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->getEsiResponse());
|
||||||
$info = null;
|
$info = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user