]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Document that the log event only receives messages on level 0 and 1
authorTobias Brunner <tobias@strongswan.org>
Thu, 22 May 2025 12:05:51 +0000 (14:05 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 22 May 2025 12:05:51 +0000 (14:05 +0200)
src/libcharon/plugins/vici/README.md

index 3caf55e1213588b5fcbbf826472045b0d72acbd5..a43c603991b796bf9482b7fa61d2540eb577b776 100644 (file)
@@ -723,12 +723,12 @@ EVENT packets wrapping messages. The message contains event details.
 
 ### log ###
 
-The _log_ event is issued to registered clients for each debug log message.
-This event is not associated with a command.
+The _log_ event is issued to registered clients for each debug log message on
+level 0 or 1. This event is not associated with a command.
 
        {
                group = <subsystem identifier for debug message>
-               level = <log level, 0-4>
+               level = <log level, 0-1>
                thread = <numerical thread identifier issuing the log message>
                ikesa-name = <name of IKE_SA, if log is associated with any>
                ikesa-uniqued = <unique identifier of IKE_A, if log associated with any>