summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-28 13:41:38 +0000
committerErmal <eri@pfsense.org>2014-04-28 13:41:38 +0000
commitebf45d96e1751e9c3af4be764d2c96ecad922ad9 (patch)
tree93dfa8892f3bd71fb2eed4ae03cbda5b229b1877 /etc/inc
parent3ffae79bdea54767f5611a149179c2df610331aa (diff)
downloadpfsense-ebf45d96e1751e9c3af4be764d2c96ecad922ad9.zip
pfsense-ebf45d96e1751e9c3af4be764d2c96ecad922ad9.tar.gz
Add filterlog to separatefacilitylog to avoid logs going elsewhere
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 3e6c912..6ba31cf 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -647,7 +647,7 @@ function system_syslogd_start() {
}
if (isset($syslogcfg)) {
- $separatelogfacilities = array('ntp','ntpd','ntpdate','charon','openvpn','pptps','poes','l2tps','relayd','hostapd','dnsmasq','filterdns','unbound','dhcpd','dhcrelay','dhclient','apinger','radvd','routed','olsrd','zebra','ospfd','bgpd','miniupnpd');
+ $separatelogfacilities = array('ntp','ntpd','ntpdate','charon','openvpn','pptps','poes','l2tps','relayd','hostapd','dnsmasq','filterdns','unbound','dhcpd','dhcrelay','dhclient','apinger','radvd','routed','olsrd','zebra','ospfd','bgpd','miniupnpd','filterlog');
$syslogconf = "";
if($config['installedpackages']['package']) {
foreach($config['installedpackages']['package'] as $package) {
OpenPOWER on IntegriCloud