cheange encode_item() logging to logger_data because it's way too noisy and had no loglevel set
This commit is contained in:
parent
944d051e45
commit
0a5d0d98f8
@ -859,7 +859,7 @@ function encode_item($item) {
|
|||||||
if($item['term'])
|
if($item['term'])
|
||||||
$x['tags'] = encode_item_terms($item['term']);
|
$x['tags'] = encode_item_terms($item['term']);
|
||||||
|
|
||||||
logger('encode_item: ' . print_r($x,true));
|
logger('encode_item: ' . print_r($x,true), LOGGER_DATA);
|
||||||
|
|
||||||
return $x;
|
return $x;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user