From 3f9bc5dea6c06c56ff94c5b0e411080d1d14fa78 Mon Sep 17 00:00:00 2001 From: Thomas Gelf <thomas@gelf.net> Date: Thu, 17 Apr 2014 21:04:15 +0000 Subject: [PATCH] Use no space in syslog application name --- library/Icinga/Application/ApplicationBootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/ApplicationBootstrap.php b/library/Icinga/Application/ApplicationBootstrap.php index a8afe04ef..848b8e402 100644 --- a/library/Icinga/Application/ApplicationBootstrap.php +++ b/library/Icinga/Application/ApplicationBootstrap.php @@ -372,7 +372,7 @@ abstract class ApplicationBootstrap 'level' => Logger::$ERROR, 'type' => 'syslog', 'facility' => 'LOG_USER', - 'application' => 'Icinga Web' + 'application' => 'icingaweb' ) ) );