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:
Ad Schellevis 2021-06-25 02:14:27 +02:00
parent 44de781bed
commit 6f7744993f

View File

@ -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