Logger config

This commit is contained in:
2022-11-12 18:36:56 -05:00
parent b66203256b
commit f4af8e4a89
3 changed files with 42 additions and 12 deletions
+12 -2
View File
@@ -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';