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
|
@ -752,7 +752,7 @@ function conversation(App $a, array $items, Pager $pager, $mode, $update, $previ
|
|||
|
||||
$threads = $conv->getTemplateData($conv_responses);
|
||||
if (!$threads) {
|
||||
Logger::log('[ERROR] conversation : Failed to get template data.', LOGGER_DEBUG);
|
||||
Logger::log('[ERROR] conversation : Failed to get template data.', Logger::DEBUG);
|
||||
$threads = [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue