summaryrefslogtreecommitdiffstats
path: root/etc/syslog.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-10 22:44:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-10 22:44:56 +0000
commit7a8938518d8ee00531a473a3392b17d0403a0d32 (patch)
tree681e7fee0ff57ee1c2634be62461048a60756941 /etc/syslog.conf
parent83c5299b6273e66cdeda36588d2fcfdb1df0c3b0 (diff)
downloadpfsense-7a8938518d8ee00531a473a3392b17d0403a0d32.zip
pfsense-7a8938518d8ee00531a473a3392b17d0403a0d32.tar.gz
Add a real ipsec.log file and redirect syslog entries to it
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r--etc/syslog.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf
index 03f5022..45786f3 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -2,7 +2,10 @@ 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;local4.none;local7.none %/var/log/system.log
-security.* %/var/log/system.log
+local7.none %/var/log/system.log
+*.notice;kern.debug;lpr.info;mail.crit; %/var/log/system.log
+news.err;;local3.none;local4.none; %/var/log/system.log
+local0.none %/var/log/system.log
+security.* %/var/log/ipsec.log
auth.info;authpriv.info;daemon.info %/var/log/system.log
auth.info;authpriv.info |exec /usr/local/sbin/sshlockout_pf
OpenPOWER on IntegriCloud