sys-logger: Optionally log the level of each message

Fixes #3509.
This commit is contained in:
Tobias Brunner
2020-10-27 10:42:49 +01:00
parent a3f5e38b7f
commit b422f16d10
4 changed files with 32 additions and 10 deletions
+3
View File
@@ -67,3 +67,6 @@ charon.syslog.<facility>.<subsystem> = <default>
charon.syslog.<facility>.ike_name = no
Prefix each log entry with the connection name and a unique numerical
identifier for each IKE_SA.
charon.syslog.<facility>.log_level = no
Add the log level of each message after the subsystem (e.g. [IKE2]).