Added the query of the restful web service call to the log debug

This commit is contained in:
Paolo
2017-06-13 12:33:44 +02:00
parent 085fed5284
commit daa08ea30c
+1 -1
View File
@@ -11,6 +11,6 @@ class APIv1_Controller extends REST_Controller
// Loads return messages
$this->load->helper('message');
log_message('debug', 'Called API: '.$_SERVER['PHP_SELF']);
log_message('debug', 'Called API: '.$_SERVER['PHP_SELF'].$_SERVER['QUERY_STRING']);
}
}