Skip to content

Commit

Permalink
Syslog: when using non circular logs, "Disable writing log files to t…
Browse files Browse the repository at this point in the history
…he local disk" seems to be ignored. make sure syslog-ng-local.conf requires both non-circular and enabled logging.
  • Loading branch information
AdSchellevis committed Jun 25, 2021
1 parent 44de781 commit 6f77449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f77449

Please sign in to comment.