Use no space in syslog application name

This commit is contained in:
Thomas Gelf 2014-04-17 21:04:15 +00:00
parent f04d765365
commit 3f9bc5dea6
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ abstract class ApplicationBootstrap
'level' => Logger::$ERROR,
'type' => 'syslog',
'facility' => 'LOG_USER',
'application' => 'Icinga Web'
'application' => 'icingaweb'
)
)
);