mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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(
|
Logger::create(
|
||||||
new Zend_Config(
|
new Zend_Config(
|
||||||
array(
|
array(
|
||||||
'enable' => true,
|
'log' => 'syslog'
|
||||||
'level' => Logger::$ERROR,
|
|
||||||
'type' => 'syslog',
|
|
||||||
'facility' => 'LOG_USER',
|
|
||||||
'application' => 'icingaweb'
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user