diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-04-02 22:57:30 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-04-02 22:57:30 -0500 |
commit | 963621f294a52297850612598aa1a6943dd1a77b (patch) | |
tree | d0c323b3775999a1cb249f9efcf6bfc0459ca286 | |
parent | 83ccc8649bd7699b7fd6812c432ed34316d4b4a9 (diff) | |
download | pfsense-963621f294a52297850612598aa1a6943dd1a77b.zip pfsense-963621f294a52297850612598aa1a6943dd1a77b.tar.gz |
enable ike_name for daemon facility as well, to add connection identifiers to logs.
-rw-r--r-- | etc/inc/vpn.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 4b19457..f937404 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -359,6 +359,7 @@ syslog { identifier = charon # default level to the LOG_DAEMON facility daemon { + ike_name = yes } # very minimalistic IKE auditing logs to LOG_AUTHPRIV auth { |