Improve Logger calls
- Replace various deprecated Logger::log calls - Reassign log level for verbose log calls
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ function item_post(App $a) {
|
||||
}
|
||||
|
||||
if ($parent) {
|
||||
Logger::log('mod_item: item_post parent=' . $parent);
|
||||
Logger::info('mod_item: item_post parent=' . $toplevel_item_id);
|
||||
}
|
||||
|
||||
$post_id = intval(defaults($_REQUEST, 'post_id', 0));
|
||||
|
||||
Reference in New Issue
Block a user