Don't show the body in the log

This commit is contained in:
Michael 2024-03-07 22:29:04 +00:00
parent 435b30be11
commit 5f0657a30c
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ class Processor
}
if (empty($object) || !is_array($object)) {
Logger::notice('Invalid JSON data', ['url' => $url, 'content-type' => $curlResult->getContentType(), 'body' => $body]);
Logger::notice('Invalid JSON data', ['url' => $url, 'content-type' => $curlResult->getContentType()]);
return '';
}