summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-15 15:19:13 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-15 15:19:13 -0500
commit6d134679cf199a7e8f7e16b021de0b5255e83d32 (patch)
treecb4002828f3146f5a373d824db7c2506fdecba80 /etc
parent1f290d6244e4def47c46e036c1070ad4e3897eb9 (diff)
downloadpfsense-6d134679cf199a7e8f7e16b021de0b5255e83d32.zip
pfsense-6d134679cf199a7e8f7e16b021de0b5255e83d32.tar.gz
only use daemon and not auth for strongswan logging. As it was, all logs were duplicated. Ticket #5242
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 9627a41..7647251 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -432,18 +432,12 @@ cisco_unity = {$unity_enabled}
{$ifacesuse}
{$makebeforebreak}
-# And two loggers using syslog. The subsections define the facility to log
-# to, currently one of: daemon, auth.
syslog {
identifier = charon
daemon {
ike_name = yes
{$strongswanlog}
}
- auth {
- ike_name = yes
-{$strongswanlog}
- }
}
EOD;
OpenPOWER on IntegriCloud