diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-02-15 21:13:53 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-02-15 21:13:53 +0100 |
commit | 73abf95a507879d3893d933cc769e11275dbad75 (patch) | |
tree | 338d0a3322bc84268e99323131ff43b4620fee79 /application/config | |
parent | 3ba26413f3fabe64f77f936a357845d118f950f5 (diff) | |
parent | 62f7cdf3a6f5d701430267ef9ba9bfd92650deab (diff) |
Merge pull request #2243 from chrispassas/develop
Update system/core/Log.php
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 |-------------------------------------------------------------------------- | |