mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Use 'icingaweb2' as default application prefix for logging to syslog
This commit is contained in:
parent
960cead434
commit
5bc2144b18
@ -67,7 +67,7 @@ class LoggingConfigForm extends Form
|
||||
'required' => true,
|
||||
'label' => t('Application Prefix'),
|
||||
'description' => t('The name of the application by which to prefix syslog messages.'),
|
||||
'value' => 'icingaweb',
|
||||
'value' => 'icingaweb2',
|
||||
'validators' => array(
|
||||
array(
|
||||
'Regex',
|
||||
|
Loading…
x
Reference in New Issue
Block a user