diff options
author | jonsmith1982 <you@example.com> | 2019-01-28 13:17:39 +0100 |
---|---|---|
committer | jonsmith1982 <jonsmith1982@googlemail.com> | 2019-01-28 14:12:12 +0100 |
commit | d14d85559266ab16b2261a10ab024276b3f3c226 (patch) | |
tree | d3e67fca4a01ea4c3dd341f0e370c384197f5420 /application | |
parent | 807f43b65d6b3fc35e8fed6fce1add36971f9f51 (diff) |
fixes #5648
Signed-off-by: jonsmith1982 <jonsmith1982@googlemail.com>
Diffstat (limited to 'application')
-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 782b19c74..6710a4b88 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -228,6 +228,17 @@ $config['log_path'] = ''; /* |-------------------------------------------------------------------------- +| Error Logging FILENAME +|-------------------------------------------------------------------------- +| +| Leave this BLANK unless you would like to set something other than the default +| 'log-'.date('Y-m-d') filename. No DIRECTORY_SEPARATOR(s) or file extension +| +*/ +$config['log_file'] = ''; + +/* +|-------------------------------------------------------------------------- | Log File Extension |-------------------------------------------------------------------------- | |