summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-20 16:09:05 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-20 16:09:14 -0500
commitebd73e240425613542b9c65b3d82d38657456484 (patch)
tree64e182cc3c13e046143e1ffbef06fbb40dfecadb
parent5892d600044758a1b9f17adfe1c77d4c6a898a90 (diff)
downloadpfsense-ebd73e240425613542b9c65b3d82d38657456484.zip
pfsense-ebd73e240425613542b9c65b3d82d38657456484.tar.gz
Disable strongswan logging under auth since it's all logged under daemon,
so nothing is duplicated. Ticket #5242
-rw-r--r--src/etc/inc/vpn.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/etc/inc/vpn.inc b/src/etc/inc/vpn.inc
index 57c62cf..d6141d4 100644
--- a/src/etc/inc/vpn.inc
+++ b/src/etc/inc/vpn.inc
@@ -430,10 +430,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