Use no space in syslog application name
This commit is contained in:
parent
f04d765365
commit
3f9bc5dea6
|
@ -372,7 +372,7 @@ abstract class ApplicationBootstrap
|
|||
'level' => Logger::$ERROR,
|
||||
'type' => 'syslog',
|
||||
'facility' => 'LOG_USER',
|
||||
'application' => 'Icinga Web'
|
||||
'application' => 'icingaweb'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue