Fix cli default log configuration and js-loader debug message

This commit is contained in:
Johannes Meyer 2014-05-05 16:17:21 +02:00
parent 0627d954ac
commit c711e3405d
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ class Cli extends ApplicationBootstrap
array(
'enable' => true,
'level' => Logger::$INFO,
'type' => 'stream',
'type' => 'file',
'target' => 'php://stderr'
)
)

View File

@ -508,7 +508,7 @@
// Icinga.debug(req.getResponseHeader('X-Icinga-Redirect'));
} else {
if (errorThrown === 'abort') {
this.icinga.logger.info(
this.icinga.logger.debug(
'Request to ' + url + ' has been aborted for ',
req.$target
);