Some loglevels are adjusted to more reasonablöe levels

This commit is contained in:
Michael 2023-02-16 20:47:37 +00:00
parent 90717b602e
commit baf75adfca
10 changed files with 23 additions and 22 deletions

View file

@ -80,7 +80,7 @@ class Notify extends BaseModule
$msg = Diaspora::decodeRaw($postdata, '', true);
if (!is_array($msg)) {
// We have to fail silently to be able to hand it over to the salmon parser
$this->logger->warning('Diaspora::decodeRaw() has failed for some reason.');
$this->logger->warning('Diaspora::decodeRaw() has failed for some reason.', ['post-data' => $postdata]);
return false;
}