Improve Logger calls
- Replace various deprecated Logger::log calls - Reassign log level for verbose log calls
This commit is contained in:
parent
1917f04153
commit
8c1db51a76
9 changed files with 29 additions and 24 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue