summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-20 16:08:11 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-20 16:08:11 -0500
commitcce44072c4d65af040d9edb78664a1678e36e94a (patch)
tree318c447e1ffb6c0e54afcbd8ae86865dcccb29c5
parent4f1bf9029c9b30ff648f5a6df29f95c872e5b5e4 (diff)
downloadpfsense-cce44072c4d65af040d9edb78664a1678e36e94a.zip
pfsense-cce44072c4d65af040d9edb78664a1678e36e94a.tar.gz
Disable strongswan logging under auth since it's all logged under daemon,
so nothing is duplicated. Ticket #5242
-rw-r--r--etc/inc/vpn.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index f1a376d..7ff5146 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -434,10 +434,15 @@ cisco_unity = {$unity_enabled}
syslog {
identifier = charon
+ # log everything under daemon since it ends up in the same place regardless with our syslog.conf
daemon {
ike_name = yes
{$strongswanlog}
}
+ # disable logging under auth so logs aren't duplicated
+ auth {
+ default = -1
+ }
}
EOD;
OpenPOWER on IntegriCloud