mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added Switch to sample-config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user