mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:50:10 +00:00
Some loglevels are adjusted to more reasonablöe levels
This commit is contained in:
parent
90717b602e
commit
baf75adfca
10 changed files with 23 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue