summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-01 16:00:10 -0400
committerjim-p <jimp@pfsense.org>2012-05-01 16:00:10 -0400
commite0c45357b22b2290ad3d3a27714f43b682b6bf52 (patch)
treece15002808aad5b954e3455751a3a89dd8ddfd3a /etc/rc
parent3a1e12cfd9049100c0c97603ce049d067ea78e1b (diff)
downloadpfsense-e0c45357b22b2290ad3d3a27714f43b682b6bf52.zip
pfsense-e0c45357b22b2290ad3d3a27714f43b682b6bf52.tar.gz
Move routing (radvd, routed, ospf, bgp) to its own log since these daemons can be really spammy at times.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index b2d2544..a8c6ca5 100755
--- a/etc/rc
+++ b/etc/rc
@@ -262,7 +262,7 @@ fi
echo -n "."
DISABLESYSLOGCLOG=`/usr/bin/grep -c disablesyslogclog /cf/conf/config.xml`
ENABLEFIFOLOG=`/usr/bin/grep -c usefifolog /cf/conf/config.xml`
-LOG_FILES="system filter dhcpd vpn pptps poes l2tps openvpn portalauth ipsec ppp relayd wireless lighttpd ntpd gateways resolver"
+LOG_FILES="system filter dhcpd vpn pptps poes l2tps openvpn portalauth ipsec ppp relayd wireless lighttpd ntpd gateways resolver routing"
for logfile in $LOG_FILES; do
if [ "$DISABLESYSLOGCLOG" -gt "0" ]; then
/usr/bin/touch /var/log/$logfile.log
OpenPOWER on IntegriCloud