From d14d85559266ab16b2261a10ab024276b3f3c226 Mon Sep 17 00:00:00 2001 From: jonsmith1982 Date: Mon, 28 Jan 2019 12:17:39 +0000 Subject: fixes #5648 Signed-off-by: jonsmith1982 --- application/config/config.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'application') 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 @@ -226,6 +226,17 @@ $config['log_threshold'] = 0; */ $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 -- cgit v1.2.3-24-g4f1b