Cli: use STDOUT as the default logger

fixes #7636
This commit is contained in:
Thomas Gelf 2014-11-11 19:43:22 +01:00
parent f347a74982
commit f39301d47f
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ class Cli extends ApplicationBootstrap
new Config(
array(
'level' => Logger::INFO,
'log' => 'file',
'file' => 'php://stderr'
'log' => 'stdout',
)
)
);