diff --git a/config/syslog-ng.conf b/config/syslog-ng.conf index 75a985d..7e9e52c 100644 --- a/config/syslog-ng.conf +++ b/config/syslog-ng.conf @@ -14,9 +14,9 @@ filter f_unifi_fw_wan { match("WAN" value("PID")); }; filter f_unifi_fw_dnat { match("DNAT" value("PID")); }; filter f_unifi_dnsmasq { match("dnsmasq" value("PID")); }; filter f_unifi_systemd { match("systemd" value("PID")); }; -filter f_unifi_stahtd { match("stahtd" value("PID")); }; -filter f_unifi_mcad { match("mcad" value("PID")); }; -filter f_unifi_hostapd { match("hostapd" value("PID")); }; +filter f_unifi_stahtd { message("stahtd"); }; +filter f_unifi_mcad { message("mcad"); }; +filter f_unifi_hostapd { message("hostapd"); }; filter f_unifi_wlan { message("wlan:"); }; destination d_local {