leave log_path empty. fixes #5501

This commit is contained in:
Claude 2018-09-29 15:43:55 +02:00
parent 70df71f49f
commit 72a692e610
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,4 +2,5 @@
htdocs/static/asset/*
htdocs/stikked.db
htdocs/application/config/stikked.php
htdocs/application/logs/*
nbproject

View File

@ -201,7 +201,7 @@ $config['log_threshold'] = 4;
| application/logs/ folder. Use a full server path with trailing slash.
|
*/
$config['log_path'] = '/tmp/ci.log';
$config['log_path'] = '';
/*
|--------------------------------------------------------------------------