From c711e3405dea7385a2943e1e829fdf7e17ab6bad Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 5 May 2014 16:17:21 +0200 Subject: [PATCH] Fix cli default log configuration and js-loader debug message --- library/Icinga/Application/Cli.php | 2 +- public/js/icinga/loader.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Icinga/Application/Cli.php b/library/Icinga/Application/Cli.php index 5ccd2ed1e..72b2b43f8 100644 --- a/library/Icinga/Application/Cli.php +++ b/library/Icinga/Application/Cli.php @@ -79,7 +79,7 @@ class Cli extends ApplicationBootstrap array( 'enable' => true, 'level' => Logger::$INFO, - 'type' => 'stream', + 'type' => 'file', 'target' => 'php://stderr' ) ) diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index f525c2437..5d2679d55 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -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 );