Bootstrap: Remove logging configuration directives which do not override defaults

This commit is contained in:
Eric Lippmann 2014-10-16 15:59:56 +02:00
parent 6dfefb0e73
commit 6c59c22044
1 changed files with 1 additions and 5 deletions

View File

@ -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'
)
)
);