raw, response code, and error message logging.

This commit is contained in:
2019-05-29 23:53:14 -05:00
parent 6de678649c
commit 427769f56c

View File

@@ -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;
}