mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
CLI: Fix logging setup
This commit is contained in:
parent
501aca42b9
commit
6dfefb0e73
@ -51,10 +51,9 @@ class Cli extends ApplicationBootstrap
|
|||||||
Logger::create(
|
Logger::create(
|
||||||
new Zend_Config(
|
new Zend_Config(
|
||||||
array(
|
array(
|
||||||
'enable' => true,
|
'level' => Logger::INFO,
|
||||||
'level' => Logger::$INFO,
|
'log' => 'file',
|
||||||
'type' => 'file',
|
'file' => 'php://stderr'
|
||||||
'target' => 'php://stderr'
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user