parent
f347a74982
commit
f39301d47f
|
@ -52,8 +52,7 @@ class Cli extends ApplicationBootstrap
|
||||||
new Config(
|
new Config(
|
||||||
array(
|
array(
|
||||||
'level' => Logger::INFO,
|
'level' => Logger::INFO,
|
||||||
'log' => 'file',
|
'log' => 'stdout',
|
||||||
'file' => 'php://stderr'
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue