diff options
Diffstat (limited to 'application/config/config.php')
-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 |-------------------------------------------------------------------------- | |