raw, response code, and error message logging.
This commit is contained in:
@@ -236,6 +236,10 @@ class ProcessStructureJob implements ShouldQueue
|
||||
$info = null;
|
||||
}
|
||||
|
||||
Log::warning($info->response_code);
|
||||
Log::warning($info->error_message);
|
||||
Log::warning($info->raw);
|
||||
|
||||
return $info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user