Fix cli default log configuration and js-loader debug message
This commit is contained in:
parent
0627d954ac
commit
c711e3405d
|
@ -79,7 +79,7 @@ class Cli extends ApplicationBootstrap
|
|||
array(
|
||||
'enable' => true,
|
||||
'level' => Logger::$INFO,
|
||||
'type' => 'stream',
|
||||
'type' => 'file',
|
||||
'target' => 'php://stderr'
|
||||
)
|
||||
)
|
||||
|
|
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue