summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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