mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -05:00
leave log_path empty. fixes #5501
This commit is contained in:
parent
70df71f49f
commit
72a692e610
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
htdocs/static/asset/*
|
||||
htdocs/stikked.db
|
||||
htdocs/application/config/stikked.php
|
||||
htdocs/application/logs/*
|
||||
nbproject
|
||||
|
@ -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'] = '';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user