summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorsprakash4 <sprakash4@intuit.com>2016-02-27 01:02:07 +0100
committersprakash4 <sprakash4@intuit.com>2016-02-27 01:02:07 +0100
commitfa34429e85b4bf452ba595072124a884ca3e8b89 (patch)
treecfe9719ad1079c3ada40c31720558cc6852067fe /system/core/Input.php
parent97d0878bd3bf3c90364f85ad541c6a078b93c3f1 (diff)
Downgraded log level for some pesky messages to INFO
Diffstat (limited to 'system/core/Input.php')
-rw-r--r--system/core/Input.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index a7c9ecd0d..59b39620c 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -653,7 +653,7 @@ class CI_Input {
// Sanitize PHP_SELF
$_SERVER['PHP_SELF'] = strip_tags($_SERVER['PHP_SELF']);
- log_message('debug', 'Global POST, GET and COOKIE data sanitized');
+ log_message('info', 'Global POST, GET and COOKIE data sanitized');
}
// --------------------------------------------------------------------