reduce logs
This commit is contained in:
@@ -62,7 +62,7 @@ class WrenchUserContacts extends BaseController
|
|||||||
|
|
||||||
///=== cache game gere
|
///=== cache game gere
|
||||||
|
|
||||||
if( $time_to_save == true){
|
if($time_to_save){
|
||||||
$in["raw_contacts"] = serialize($in['raw_contacts']);
|
$in["raw_contacts"] = serialize($in['raw_contacts']);
|
||||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||||
$out['internal_return'] = $ret;
|
$out['internal_return'] = $ret;
|
||||||
@@ -70,7 +70,7 @@ class WrenchUserContacts extends BaseController
|
|||||||
else{
|
else{
|
||||||
$out["status_msg"] = "Received and cached";
|
$out["status_msg"] = "Received and cached";
|
||||||
}
|
}
|
||||||
log_message('critical', "*********** WrenchUserContacts::usersContacts() 0001 ".serialize($out) );
|
// log_message('critical', "*********** WrenchUserContacts::usersContacts() 0001 ".serialize($out) );
|
||||||
return $this->summaryReturnData($in,$out); //json_encode( $final_out );
|
return $this->summaryReturnData($in,$out); //json_encode( $final_out );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user