mirror of
https://github.com/friendica/friendica
synced 2025-04-23 05:50:11 +00:00
Logger Levels
update logger levels in calls
This commit is contained in:
parent
91ef9f238c
commit
50da89d861
86 changed files with 673 additions and 673 deletions
|
@ -359,7 +359,7 @@ class NotificationsManager extends BaseObject
|
|||
break;
|
||||
}
|
||||
/// @todo Check if this part here is used at all
|
||||
Logger::log('Complete data: ' . json_encode($it) . ' - ' . System::callstack(20), LOGGER_DEBUG);
|
||||
Logger::log('Complete data: ' . json_encode($it) . ' - ' . System::callstack(20), Logger::DEBUG);
|
||||
|
||||
$xmlhead = "<" . "?xml version='1.0' encoding='UTF-8' ?" . ">";
|
||||
$obj = XML::parseString($xmlhead . $it['object']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue