diff options
author | Chris Passas <cpassas@gmail.com> | 2013-02-13 20:16:18 +0100 |
---|---|---|
committer | Chris Passas <cpassas@gmail.com> | 2013-02-13 20:16:18 +0100 |
commit | 0bd6b28045c9b9a820e580b3f651f474b60348a3 (patch) | |
tree | bad9b41faf9dab741cfba811a1c99fd53fbd480b /application/config | |
parent | aae91a45e27cb11e09b22bf9be04a7da9f6ff20b (diff) |
Added support for changing the default log file extension from .php to whatever is preferred. example (.log)
This is a follow up to this pull request.
https://github.com/EllisLab/CodeIgniter/pull/2243
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php index 415474e06..6f597b1e2 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -226,6 +226,17 @@ $config['log_path'] = ''; /* |-------------------------------------------------------------------------- +| Log File Extension +|-------------------------------------------------------------------------- +| +| Leave this BLANK unless you would like to set something other than the default +| 'php'. For example you could change it to 'log'. +| +*/ +$config['log_file_extension'] = ''; + +/* +|-------------------------------------------------------------------------- | Date Format for Logs |-------------------------------------------------------------------------- | |