X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvlog-unixctl.man;h=4ead3e21c984c7b0de373ec46ab1cb6f581986c2;hb=a6ca7c672f6d5aaf24111d3414ea132ec36b40d6;hp=567ac0e2693b64430a055957f025b4ecb6e1914b;hpb=2a3e30b27d11f77a8ce8ff87d0a2c0eaa925eaff;p=sliver-openvswitch.git diff --git a/lib/vlog-unixctl.man b/lib/vlog-unixctl.man index 567ac0e26..4ead3e21c 100644 --- a/lib/vlog-unixctl.man +++ b/lib/vlog-unixctl.man @@ -1,3 +1,8 @@ +.de IQ +. br +. ns +. IP "\\$1" +.. .SS "VLOG COMMANDS" These commands manage \fB\*(PN\fR's logging settings. .IP "\fBvlog/set\fR [\fIspec\fR]" @@ -48,3 +53,20 @@ after rotating log files, to cause a new log file to be used.) .IP This has no effect unless \fB\*(PN\fR was invoked with the \fB\-\-log\-file\fR option. +. +.IP "\fBvlog/disable\-rate\-limit \fR[\fImodule\fR]..." +.IQ "\fBvlog/enable\-rate\-limit \fR[\fImodule\fR]..." +By default, \fB\*(PN\fR limits the rate at which certain messages can +be logged. When a message would appear more frequently than the +limit, it is suppressed. This saves disk space, makes logs easier to +read, and speeds up execution, but occasionally troubleshooting +requires more detail. Therefore, \fBvlog/disable\-rate\-limit\fR +allows rate limits to be disabled at the level of an individual log +module. Specify one or more module names, as displayed by the +\fBvlog/list\fR command. Specifying either no module names at all or +the keyword \fBany\fR disables rate limits for every log module. +. +.IP +The \fBvlog/enable\-rate\-limit\fR command, whose syntax is the same +as \fBvlog/disable\-rate\-limit\fR, can be used to re-enable a rate +limit that was previously disabled.