From daa08ea30c175b8c8e93683a1ca1d73b32ce401a Mon Sep 17 00:00:00 2001 From: Paolo Date: Tue, 13 Jun 2017 12:33:44 +0200 Subject: [PATCH] Added the query of the restful web service call to the log debug --- application/core/APIv1_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/APIv1_Controller.php b/application/core/APIv1_Controller.php index 0f91b5918..c3dc2d8b6 100644 --- a/application/core/APIv1_Controller.php +++ b/application/core/APIv1_Controller.php @@ -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']); } } \ No newline at end of file