mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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,
|
'level' => Logger::$ERROR,
|
||||||
'type' => 'syslog',
|
'type' => 'syslog',
|
||||||
'facility' => 'LOG_USER',
|
'facility' => 'LOG_USER',
|
||||||
'application' => 'Icinga Web'
|
'application' => 'icingaweb'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user