mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Syslog: when using non circular logs, "Disable writing log files to the local disk" seems to be ignored. make sure syslog-ng-local.conf requires both non-circular and enabled logging.
This commit is contained in:
parent
44de781bed
commit
6f7744993f
@ -1,4 +1,4 @@
|
||||
{% if not helpers.empty('syslog.disable_clog') %}
|
||||
{% if not helpers.empty('syslog.disable_clog') and helpers.empty('syslog.disablelocallogging') %}
|
||||
{% set all_filters = [] %}
|
||||
{% for sfilename in helpers.glob("OPNsense/Syslog/local/*.conf") %}{%
|
||||
include sfilename without context
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user