diff options
author | sprakash4 <sprakash4@intuit.com> | 2016-02-27 01:02:07 +0100 |
---|---|---|
committer | sprakash4 <sprakash4@intuit.com> | 2016-02-27 01:02:07 +0100 |
commit | fa34429e85b4bf452ba595072124a884ca3e8b89 (patch) | |
tree | cfe9719ad1079c3ada40c31720558cc6852067fe /system/core/Config.php | |
parent | 97d0878bd3bf3c90364f85ad541c6a078b93c3f1 (diff) |
Downgraded log level for some pesky messages to INFO
Diffstat (limited to 'system/core/Config.php')
-rw-r--r-- | system/core/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index ca6fb3793..5c6ba2a4d 100644 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -169,7 +169,7 @@ class CI_Config { $this->is_loaded[] = $file_path; $config = NULL; $loaded = TRUE; - log_message('debug', 'Config file loaded: '.$file_path); + log_message('info', 'Config file loaded: '.$file_path); } } |