Skip to content

Commit 74c5726

Browse files
committed
add log of create server response to help debugging
1 parent 651059a commit 74c5726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Cloudcli/ProxyServerHttpPostMethods.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ static function returnProxyHttpPostJsonResponse(Request $request, $httpMethod, $
4343
"serverPath" => $serverPath,
4444
"postJson" => $postJson
4545
]);
46+
\Log::info($res);
4647
}
4748
if (Arr::get($res, "error")) {
4849
$messages = [];

0 commit comments

Comments
 (0)