diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-16 00:52:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-16 00:52:29 +0000 |
commit | 253d5e755dfc5b33d6f7b52ea78f2a261681b28e (patch) | |
tree | f22f3402edf0eed9ce61d7ca378c8adf44655819 /etc | |
parent | 341972f201043207e661a28efb29ceedd7d818b0 (diff) | |
download | pfsense-253d5e755dfc5b33d6f7b52ea78f2a261681b28e.zip pfsense-253d5e755dfc5b33d6f7b52ea78f2a261681b28e.tar.gz |
Bump filter log file size to 512k
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then clog -i -s 10000 /var/log/slbd.log else clog -i -s 262144 /var/log/system.log - clog -i -s 262144 /var/log/filter.log + clog -i -s 512144 /var/log/filter.log clog -i -s 32768 /var/log/dhcpd.log clog -i -s 32768 /var/log/vpn.log clog -i -s 32768 /var/log/portalauth.log |