mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
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(
|
array(
|
||||||
'enable' => true,
|
'enable' => true,
|
||||||
'level' => Logger::$INFO,
|
'level' => Logger::$INFO,
|
||||||
'type' => 'stream',
|
'type' => 'file',
|
||||||
'target' => 'php://stderr'
|
'target' => 'php://stderr'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -508,7 +508,7 @@
|
|||||||
// Icinga.debug(req.getResponseHeader('X-Icinga-Redirect'));
|
// Icinga.debug(req.getResponseHeader('X-Icinga-Redirect'));
|
||||||
} else {
|
} else {
|
||||||
if (errorThrown === 'abort') {
|
if (errorThrown === 'abort') {
|
||||||
this.icinga.logger.info(
|
this.icinga.logger.debug(
|
||||||
'Request to ' + url + ' has been aborted for ',
|
'Request to ' + url + ' has been aborted for ',
|
||||||
req.$target
|
req.$target
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user