summaryrefslogtreecommitdiff
path: root/data/templates/ipsec/charon_logging.conf.j2
blob: e8edee817c67bb3c7dd503807b202c3ee04b77d5 (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 {
    syslog {
        # prefix for each log message
        identifier = charon
        # use default settings to log to the LOG_DAEMON facility
        daemon {
{% if log.level is vyos_defined %}
            # Disabled - logging handled exclusively by charon-systemd.conf
            default = -1
{% else %}
            default = 1
{% endif %}
            ike_name = yes
        }
    }
}