Logger config
This commit is contained in:
@@ -159,7 +159,8 @@ $config['subclass_prefix'] = 'WRB_';
|
||||
| Note: This will NOT disable or override the CodeIgniter-specific
|
||||
| autoloading (application/config/autoload.php)
|
||||
*/
|
||||
$config['composer_autoload'] = TRUE; // FALSE; // Tolik
|
||||
//$config['composer_autoload'] = TRUE; // FALSE; // Tolik
|
||||
$config['composer_autoload'] = APPPATH.'../vendor/autoload.php';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -236,7 +237,7 @@ $config['directory_trigger'] = 'd';
|
||||
| your log files will fill up very fast.
|
||||
|
|
||||
*/
|
||||
$config['log_threshold'] = 0;
|
||||
$config['log_threshold'] = 1;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -534,3 +535,12 @@ $config['rewrite_short_tags'] = FALSE;
|
||||
| Array: array('10.0.1.200', '192.168.5.0/24')
|
||||
*/
|
||||
$config['proxy_ips'] = '';
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Graylog GELF IP/PORT
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
$config['gelf_host'] = '10.0.0.112';
|
||||
$config['gelf_port'] = '12201';
|
||||
|
||||
Reference in New Issue
Block a user