diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-11-15 17:11:34 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-11-15 17:12:09 +0100 |
commit | d24d26c4bc9e9a1d0554f5a1b521bda75d9d2211 (patch) | |
tree | 8aa148ad95c15137e0d6cb75356489eb594d2e5f | |
parent | be214cb17e4eead2e3260dfe4700939756f4734a (diff) | |
download | strongswan-d24d26c4bc9e9a1d0554f5a1b521bda75d9d2211.tar.bz2 strongswan-d24d26c4bc9e9a1d0554f5a1b521bda75d9d2211.tar.xz |
testing: Disable logging via journal in charon-systemd
This avoids duplicate log messages as we already log via syslog to get
daemon.log.
-rw-r--r-- | testing/hosts/default/etc/strongswan.conf.testing | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/hosts/default/etc/strongswan.conf.testing b/testing/hosts/default/etc/strongswan.conf.testing index 976f9a7b8..1960be169 100644 --- a/testing/hosts/default/etc/strongswan.conf.testing +++ b/testing/hosts/default/etc/strongswan.conf.testing @@ -16,6 +16,9 @@ charon-systemd { default = 0 } } + journal { + default = -1 + } } include strongswan.conf |