Individual callstacks are removed from the logger

This commit is contained in:
Michael 2023-10-18 19:55:15 +00:00
parent d05fbe6e45
commit e4a37f344e
36 changed files with 66 additions and 86 deletions

View file

@ -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