mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Individual callstacks are removed from the logger
This commit is contained in:
parent
d05fbe6e45
commit
e4a37f344e
36 changed files with 66 additions and 86 deletions
|
@ -226,7 +226,7 @@ class Notify extends BaseRepository
|
|||
|
||||
// Temporary logging for finding the origin
|
||||
if (!isset($params['uid'])) {
|
||||
$this->logger->notice('Missing parameters "uid".', ['params' => $params, 'callstack' => System::callstack()]);
|
||||
$this->logger->notice('Missing parameters "uid".', ['params' => $params]);
|
||||
}
|
||||
|
||||
// Ensure that the important fields are set at any time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue