Added Switch to sample-config

This commit is contained in:
int2001
2024-01-24 07:06:19 +00:00
parent b002dce737
commit 70e2278e1d

View File

@@ -364,6 +364,19 @@ $config['log_threshold'] = 0;
*/
$config['log_path'] = '';
/*
|--------------------------------------------------------------------------
| One Logfile (true) or daily logfile?
|--------------------------------------------------------------------------
|
| Leave this setted to false unless you would like to have one big logfile
| at application/logs/ directory.
|
| true == one big log
| false (or non-existant): daily logs
*/
$config['one_log'] = false;
/*
|--------------------------------------------------------------------------
| Log File Extension