From f39301d47fd105f8008897291c80525c73549da0 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 11 Nov 2014 19:43:22 +0100 Subject: [PATCH] Cli: use STDOUT as the default logger fixes #7636 --- library/Icinga/Application/Cli.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/Icinga/Application/Cli.php b/library/Icinga/Application/Cli.php index 740623d9d..c17652717 100644 --- a/library/Icinga/Application/Cli.php +++ b/library/Icinga/Application/Cli.php @@ -52,8 +52,7 @@ class Cli extends ApplicationBootstrap new Config( array( 'level' => Logger::INFO, - 'log' => 'file', - 'file' => 'php://stderr' + 'log' => 'stdout', ) ) );