mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02: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
|
@ -66,7 +66,7 @@ class JsonLD
|
|||
}
|
||||
catch (Exception $e) {
|
||||
$normalized = false;
|
||||
Logger::log('normalise error:' . print_r($e, true), LOGGER_DEBUG);
|
||||
Logger::log('normalise error:' . print_r($e, true), Logger::DEBUG);
|
||||
}
|
||||
|
||||
return $normalized;
|
||||
|
@ -99,7 +99,7 @@ class JsonLD
|
|||
}
|
||||
catch (Exception $e) {
|
||||
$compacted = false;
|
||||
Logger::log('compacting error:' . print_r($e, true), LOGGER_DEBUG);
|
||||
Logger::log('compacting error:' . print_r($e, true), Logger::DEBUG);
|
||||
}
|
||||
|
||||
return json_decode(json_encode($compacted, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue