Annotation of embedaddon/strongswan/conf/options/charon-logging.conf, revision 1.1.1.2
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:
1.1.1.2 ! misho 30: # Add the log level of each message after the subsystem (e.g.
! 31: # [IKE2]).
! 32: # log_level = no
! 33:
1.1 misho 34: # Optional path to the log file. Overrides the section name. Must be
35: # used if the path contains characters that aren't allowed in
36: # section names.
37: # path =
38:
39: # Adds the milliseconds within the current second after the
40: # timestamp (separated by a dot, so time_format should end with %S
41: # or %T).
42: # time_add_ms = no
43:
44: # Prefix each log entry with a timestamp. The option accepts a
45: # format string as passed to strftime(3).
46: # time_format =
47:
48: # }
49:
50: }
51:
52: # Section to define syslog loggers, see LOGGER CONFIGURATION in
53: # strongswan.conf(5).
54: syslog {
55:
56: # Identifier for use with openlog(3).
57: # identifier =
58:
59: # <facility> is one of the supported syslog facilities, see LOGGER
60: # CONFIGURATION in strongswan.conf(5).
61: # <facility> {
62:
63: # Loglevel for a specific subsystem.
64: # <subsystem> = <default>
65:
66: # Default loglevel.
67: # default = 1
68:
69: # Prefix each log entry with the connection name and a unique
70: # numerical identifier for each IKE_SA.
71: # ike_name = no
72:
1.1.1.2 ! misho 73: # Add the log level of each message after the subsystem (e.g.
! 74: # [IKE2]).
! 75: # log_level = no
! 76:
1.1 misho 77: # }
78:
79: }
80:
81: }
82:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>