Explorar o código

:fire: error body

visuddhinanda hai 1 ano
pai
achega
93b41b7e65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api-v8/app/Console/Commands/UpgradeCompound.php

+ 1 - 1
api-v8/app/Console/Commands/UpgradeCompound.php

@@ -335,7 +335,7 @@ class UpgradeCompound extends Command
                 Log::error('upload fail.' . $response->body());
             }
         } catch (GuzzleException $e) {
-            Log::error('send data failed', ['exception' => $e, 'body' => $e->getResponse()->getBody()->getContents()]);
+            Log::error('send data failed', ['exception' => $e]);
             $httpError = true;
         }