file-logger: Add support to log timestamp in microseconds

Closes strongswan/strongswan#2475
This commit is contained in:
Tobias Brunner
2024-10-25 14:48:17 +02:00
parent a2fba6db4a
commit 768fec23bc
5 changed files with 32 additions and 10 deletions
+4
View File
@@ -50,6 +50,10 @@ 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.syslog {}
Section to define syslog loggers, see LOGGER CONFIGURATION in
**strongswan.conf**(5).