改进 日志记录

This commit is contained in:
iVampireSP.com 2023-01-24 11:47:15 +08:00
parent 22cbc1145c
commit fbc93989d8
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -59,6 +59,7 @@ public function handle(): void
if (!$response->successful()) {
Log::debug('WorkOrder push failed', [
'type' => $this->type,
'response' => $response->json(),
'workOrder' => $this->workOrder->toArray(),
]);