mirror of
https://github.com/opnsense/core.git
synced 2025-12-10 00:32:09 -06:00
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:
parent
8d89a6cf6c
commit
6e478cf671
@ -367,7 +367,7 @@ function core_xmlrpc_sync()
|
||||
$result[] = [
|
||||
'description' => gettext('System logging'),
|
||||
'section' => 'syslog,OPNsense.Syslog',
|
||||
'id' => 'syslog',
|
||||
'id' => 'syslog-ng',
|
||||
'services' => ['syslogd'],
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user