mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
ucfirst classes
This commit is contained in:
parent
dc6d3d1363
commit
cfabdfbeec
@ -190,7 +190,7 @@ $config['directory_trigger'] = 'd'; // experimental not currently in use
|
||||
| your log files will fill up very fast.
|
||||
|
|
||||
*/
|
||||
$config['log_threshold'] = 0;
|
||||
$config['log_threshold'] = 4;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -201,7 +201,7 @@ $config['log_threshold'] = 0;
|
||||
| application/logs/ folder. Use a full server path with trailing slash.
|
||||
|
|
||||
*/
|
||||
$config['log_path'] = '';
|
||||
$config['log_path'] = '/tmp/ci.log';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user