summaryrefslogtreecommitdiff
path: root/lib/vlog-unixctl.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-03 13:41:34 -0800
committerBen Pfaff <blp@ovn.org>2016-02-10 13:36:04 -0800
commit063801288e2b1c98026d7faa81de9959eee678a3 (patch)
tree49a423c1b28e233555fbf2efb4a956508304c970 /lib/vlog-unixctl.man
parent922fed065e65ad8388528976d631445f9e768f55 (diff)
downloadopenvswitch-063801288e2b1c98026d7faa81de9959eee678a3.tar.gz
vlog: Add vlog/close command.
Requested-by: P R Dinesh Requested-at: https://github.com/openvswitch/ovs/pull/94 Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'lib/vlog-unixctl.man')
-rw-r--r--lib/vlog-unixctl.man9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/vlog-unixctl.man b/lib/vlog-unixctl.man
index 7c47634fa..7372a7ef4 100644
--- a/lib/vlog-unixctl.man
+++ b/lib/vlog-unixctl.man
@@ -54,9 +54,14 @@ Lists the supported logging modules and their current levels.
.IP "\fBvlog/list-pattern\fR"
Lists logging patterns used for each destination.
.
+.IP "\fBvlog/close\fR"
+Causes \fB\*(PN\fR to close its log file, if it is open. (Use
+\fBvlog/reopen\fR to reopen it later.)
+.
.IP "\fBvlog/reopen\fR"
-Causes \fB\*(PN\fR to close and reopen its log file. (This is useful
-after rotating log files, to cause a new log file to be used.)
+Causes \fB\*(PN\fR to close its log file, if it is open, and then
+reopen it. (This is useful 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.