Annotation of embedaddon/strongswan/conf/options/charon-logging.conf, revision 1.1

1.1     ! misho       1: charon {
        !             2: 
        !             3:     # Section to define file loggers, see LOGGER CONFIGURATION in
        !             4:     # strongswan.conf(5).
        !             5:     filelog {
        !             6: 
        !             7:         # <name> may be the full path to the log file if it only contains
        !             8:         # characters permitted in section names. Is ignored if path is
        !             9:         # specified.
        !            10:         # <name> {
        !            11: 
        !            12:             # Loglevel for a specific subsystem.
        !            13:             # <subsystem> = <default>
        !            14: 
        !            15:             # If this option is enabled log entries are appended to the existing
        !            16:             # file.
        !            17:             # append = yes
        !            18: 
        !            19:             # Default loglevel.
        !            20:             # default = 1
        !            21: 
        !            22:             # Enabling this option disables block buffering and enables line
        !            23:             # buffering.
        !            24:             # flush_line = no
        !            25: 
        !            26:             # Prefix each log entry with the connection name and a unique
        !            27:             # numerical identifier for each IKE_SA.
        !            28:             # ike_name = no
        !            29: 
        !            30:             # Optional path to the log file. Overrides the section name. Must be
        !            31:             # used if the path contains characters that aren't allowed in
        !            32:             # section names.
        !            33:             # path =
        !            34: 
        !            35:             # Adds the milliseconds within the current second after the
        !            36:             # timestamp (separated by a dot, so time_format should end with %S
        !            37:             # or %T).
        !            38:             # time_add_ms = no
        !            39: 
        !            40:             # Prefix each log entry with a timestamp. The option accepts a
        !            41:             # format string as passed to strftime(3).
        !            42:             # time_format =
        !            43: 
        !            44:         # }
        !            45: 
        !            46:     }
        !            47: 
        !            48:     # Section to define syslog loggers, see LOGGER CONFIGURATION in
        !            49:     # strongswan.conf(5).
        !            50:     syslog {
        !            51: 
        !            52:         # Identifier for use with openlog(3).
        !            53:         # identifier =
        !            54: 
        !            55:         # <facility> is one of the supported syslog facilities, see LOGGER
        !            56:         # CONFIGURATION in strongswan.conf(5).
        !            57:         # <facility> {
        !            58: 
        !            59:             # Loglevel for a specific subsystem.
        !            60:             # <subsystem> = <default>
        !            61: 
        !            62:             # Default loglevel.
        !            63:             # default = 1
        !            64: 
        !            65:             # Prefix each log entry with the connection name and a unique
        !            66:             # numerical identifier for each IKE_SA.
        !            67:             # ike_name = no
        !            68: 
        !            69:         # }
        !            70: 
        !            71:     }
        !            72: 
        !            73: }
        !            74: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>