Merge pull request #12806 from annando/loglevels

Some loglevels are adjusted to more reasonable levels
This commit is contained in:
Hypolite Petovan
2023-02-17 18:19:03 -05:00
committed by GitHub
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;
}