Use 'icingaweb2' as default application prefix for logging to syslog

This commit is contained in:
Eric Lippmann 2014-12-29 16:01:07 +01:00
parent 960cead434
commit 5bc2144b18

View File

@ -67,7 +67,7 @@ class LoggingConfigForm extends Form
'required' => true, 'required' => true,
'label' => t('Application Prefix'), 'label' => t('Application Prefix'),
'description' => t('The name of the application by which to prefix syslog messages.'), 'description' => t('The name of the application by which to prefix syslog messages.'),
'value' => 'icingaweb', 'value' => 'icingaweb2',
'validators' => array( 'validators' => array(
array( array(
'Regex', 'Regex',