Don't show the body in the log

pull/13975/head
Michael 2024-03-07 22:29:04 +00:00
rodzic 435b30be11
commit 5f0657a30c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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