blob: 368aa1ae3c436fe5d48a41dbdc78a7194c269553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Generated by ${vyos_conf_scripts_dir}/vpn_ipsec.py
charon-systemd {
# Section to configure native systemd journal logger, very similar to the
# syslog logger as described in LOGGER CONFIGURATION in strongswan.conf(5).
journal {
# Loglevel for a specific subsystem.
# <subsystem> = <default>
{% if log.level is vyos_defined %}
# Default loglevel.
default = {{ log.level }}
{% endif %}
}
}
|