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
commit 960fdb9076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}