--- embedaddon/strongswan/conf/options/charon-logging.opt 2020/06/03 09:46:43 1.1 +++ embedaddon/strongswan/conf/options/charon-logging.opt 2021/03/17 00:20:08 1.1.1.2 @@ -29,6 +29,9 @@ charon.filelog..ike_name = no Prefix each log entry with the connection name and a unique numerical identifier for each IKE_SA. +charon.filelog..log_level = no + Add the log level of each message after the subsystem (e.g. [IKE2]). + charon.filelog..time_format Prefix each log entry with a timestamp. The option accepts a format string as passed to **strftime**(3). @@ -64,3 +67,6 @@ charon.syslog.. = charon.syslog..ike_name = no Prefix each log entry with the connection name and a unique numerical identifier for each IKE_SA. + +charon.syslog..log_level = no + Add the log level of each message after the subsystem (e.g. [IKE2]).