Logger Levels
update logger levels in calls
This commit is contained in:
@@ -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 = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user