more logging info to try

This commit is contained in:
2019-05-29 23:48:45 -05:00
parent 1ceb8dacb6
commit cb63745b5a

View File

@@ -230,6 +230,8 @@ class ProcessStructureJob implements ShouldQueue
} catch(RequestFailedException $e) {
Log::warning("Failed to get structure information for structure with id " . $structureId);
Log::warning(var_dump($info));
Log::warning($e->getCode());
Log::warning($e->getMessage());
Log::warning($e->getEsiResponse());
$info = null;
}