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