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