--- embedaddon/strongswan/conf/options/charon-logging.conf 2020/06/03 09:46:43 1.1 +++ embedaddon/strongswan/conf/options/charon-logging.conf 2021/03/17 00:20:08 1.1.1.2 @@ -27,6 +27,10 @@ charon { # numerical identifier for each IKE_SA. # ike_name = no + # Add the log level of each message after the subsystem (e.g. + # [IKE2]). + # log_level = no + # Optional path to the log file. Overrides the section name. Must be # used if the path contains characters that aren't allowed in # section names. @@ -65,6 +69,10 @@ charon { # Prefix each log entry with the connection name and a unique # numerical identifier for each IKE_SA. # ike_name = no + + # Add the log level of each message after the subsystem (e.g. + # [IKE2]). + # log_level = no # }