charon { # Section to define file loggers, see LOGGER CONFIGURATION in # strongswan.conf(5). filelog { # is the full path to the log file. # { # Loglevel for a specific subsystem. # = # If this option is enabled log entries are appended to the existing # file. # append = yes # Default loglevel. # default = 1 # Enabling this option disables block buffering and enables line # buffering. # flush_line = no # Prefix each log entry with the connection name and a unique # numerical identifier for each IKE_SA. # ike_name = no # Prefix each log entry with a timestamp. The option accepts a # format string as passed to strftime(3). # time_format = # } } # Section to define syslog loggers, see LOGGER CONFIGURATION in # strongswan.conf(5). syslog { # Identifier for use with openlog(3). # identifier = # is one of the supported syslog facilities, see LOGGER # CONFIGURATION in strongswan.conf(5). # { # Loglevel for a specific subsystem. # = # Default loglevel. # default = 1 # Prefix each log entry with the connection name and a unique # numerical identifier for each IKE_SA. # ike_name = no # } } }