From e0c45357b22b2290ad3d3a27714f43b682b6bf52 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 1 May 2012 16:00:10 -0400 Subject: Move routing (radvd, routed, ospf, bgp) to its own log since these daemons can be really spammy at times. --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc') 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 -- cgit v1.1