logging / relayd - move syslog target to plugin where it belongs [1], for https://github.com/opnsense/plugins/issues/2643

This commit is contained in:
Ad Schellevis 2021-11-11 19:09:00 +01:00
parent c9d4643066
commit 012376323a

View File

@ -1,7 +0,0 @@
###################################################################
# Local syslog-ng configuration filter definition [relayd].
###################################################################
filter f_local_relayd {
program("haproxy") or
program("relayd");
};