Bootstrap: Remove logging configuration directives which do not override defaults
This commit is contained in:
parent
6dfefb0e73
commit
6c59c22044
|
@ -348,11 +348,7 @@ abstract class ApplicationBootstrap
|
|||
Logger::create(
|
||||
new Zend_Config(
|
||||
array(
|
||||
'enable' => true,
|
||||
'level' => Logger::$ERROR,
|
||||
'type' => 'syslog',
|
||||
'facility' => 'LOG_USER',
|
||||
'application' => 'icingaweb'
|
||||
'log' => 'syslog'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue