Captive Portal - fix log target so we don't subscribe to other services logging.

This commit is contained in:
Ad Schellevis 2023-11-16 09:10:19 +01:00
parent b7f34d02eb
commit 2a58142ddb

View File

@ -2,5 +2,5 @@
# Local syslog-ng configuration filter definition [portalauth].
###################################################################
filter f_local_portalauth {
facility(local4) or program("captiveportal");
program("captiveportal");
};