summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-01-05 20:10:18 +0100
committerGitHub <noreply@github.com>2022-01-05 20:10:18 +0100
commitfbc1b4d228f0cd84b07bec08ed030708304e661d (patch)
tree6e17ae367679101ae65196d4079ac6f6d8e997b2 /application
parent3e6ade949817821c29a1e5fc3b512320b5de7843 (diff)
parentd14d85559266ab16b2261a10ab024276b3f3c226 (diff)
Merge pull request #5684 from jonsmith1982/develop
partially fixes #5648
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 3d9cced63..83d8802fb 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
|--------------------------------------------------------------------------
|