mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Use "icingaweb2" instead of "icingaweb" as default syslog prefix
This commit is contained in:
parent
9427766908
commit
ca0914644c
@ -54,7 +54,7 @@ class SyslogWriter extends LogWriter
|
|||||||
*/
|
*/
|
||||||
public function __construct(ConfigObject $config)
|
public function __construct(ConfigObject $config)
|
||||||
{
|
{
|
||||||
$this->ident = $config->get('application', 'icingaweb');
|
$this->ident = $config->get('application', 'icingaweb2');
|
||||||
$this->facility = static::$facilities['user'];
|
$this->facility = static::$facilities['user'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user