/etc/syslog.conf:
!-ipfw
*.* @remote.host
!ipfw
*.* /var/log/ipfw
Local shell:
```
# kldload ipfw
# sysctl net.inet.ip.fw.verbose=1
# ipfw resetlog
# tail -n 1 /var/log/ipfw
Apr 3 16:29:20 c1100-1 kernel: ipfw: All logging counts reset.
```
This log entry should not be forwarded.