file-logger: Take options as a struct and combine ms/us suffix options
References strongswan/strongswan#2475
This commit is contained in:
@@ -46,13 +46,10 @@ charon.filelog.<name>.time_format
|
||||
Prefix each log entry with a timestamp. The option accepts a format string
|
||||
as passed to **strftime**(3).
|
||||
|
||||
charon.filelog.<name>.time_add_ms = no
|
||||
Adds the milliseconds within the current second after the timestamp
|
||||
(separated by a dot, so _time_format_ should end with %S or %T).
|
||||
|
||||
charon.filelog.<name>.time_add_us = no
|
||||
Adds the microseconds within the current second after the timestamp
|
||||
(separated by a dot, so _time_format_ should end with %S or %T).
|
||||
charon.filelog.<name>.time_precision =
|
||||
Add the milliseconds (_ms_) or microseconds (_us_) within the current second
|
||||
after the timestamp (separated by a dot, so _time_format_ should end
|
||||
with %S or %T). By default, nothing is added.
|
||||
|
||||
charon.syslog {}
|
||||
Section to define syslog loggers, see LOGGER CONFIGURATION in
|
||||
|
||||
Reference in New Issue
Block a user