System: High Availability - missing syslog caused by netflow_xmlrpc_sync() shadowing the section. closes https://github.com/opnsense/core/issues/9481

As people might already be using "syslog" to sync Netflow, we better rename syslog with syslog-ng (which we use anyway).
This commit is contained in:
Ad Schellevis 2025-12-08 21:06:46 +01:00
parent 8d89a6cf6c
commit 6e478cf671

View File

@ -367,7 +367,7 @@ function core_xmlrpc_sync()
$result[] = [ $result[] = [
'description' => gettext('System logging'), 'description' => gettext('System logging'),
'section' => 'syslog,OPNsense.Syslog', 'section' => 'syslog,OPNsense.Syslog',
'id' => 'syslog', 'id' => 'syslog-ng',
'services' => ['syslogd'], 'services' => ['syslogd'],
]; ];