diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-11-17 17:59:56 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-11-17 17:59:56 +0000 |
commit | 3f2b92d27424b7ae495a3e07d763ebc7d4c81122 (patch) | |
tree | 78e158d90c2f1d0be1d42e000997ed61d678e8f3 /etc/syslog.conf | |
parent | c8e8de6f3c2ed780da6bb42f3ec025a27c08ec10 (diff) | |
download | pfsense-3f2b92d27424b7ae495a3e07d763ebc7d4c81122.zip pfsense-3f2b92d27424b7ae495a3e07d763ebc7d4c81122.tar.gz |
Add captive portal logging.
Patch-submitted-to-m0n0wall-list-by: Matt Juszczak <matt_AT_atopia.net>
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r-- | etc/syslog.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index 6b7fbd9..9d102f3 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -1,7 +1,8 @@ local0.* %/var/log/filter.log local3.* %/var/log/vpn.log +local4.* %/var/log/portalauth.log local7.* %/var/log/dhcpd.log -*.notice;kern.debug;lpr.info;mail.crit;news.err;local0.none;local3.none;local7.none %/var/log/system.log +*.notice;kern.debug;lpr.info;mail.crit;news.err;local0.none;local3.none;local4.none;local7.none %/var/log/system.log security.* %/var/log/system.log auth.info;authpriv.info;daemon.info %/var/log/system.log *.emerg * |