visuddhinanda пре 1 година
родитељ
комит
93b41b7e65
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
         }