X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvlog.man;h=2ccef7ffe5d2d90165a1e69f439dc591f5d92d64;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=001744927922e54f0f5eedf6dc873623f571eab6;hpb=f26ddb5b5fc9f04cf91823e045b41a3ab421330d;p=sliver-openvswitch.git diff --git a/lib/vlog.man b/lib/vlog.man index 001744927..2ccef7ffe 100644 --- a/lib/vlog.man +++ b/lib/vlog.man @@ -21,6 +21,10 @@ module. \fBsyslog\fR, \fBconsole\fR, or \fBfile\fR, to limit the log level change to only to the system log, to the console, or to a file, respectively. +.IP +On Windows platform, \fBsyslog\fR is accepted as a word and is only +useful along with the \fB\-\-syslog\-target\fR option (the word has no +effect otherwise). . .IP \(bu \fBoff\fR, \fBemer\fR, \fBerr\fR, \fBwarn\fR, \fBinfo\fR, or @@ -43,7 +47,7 @@ a word but has no effect. .IP "\fB\-v\fR" .IQ "\fB\-\-verbose\fR" Sets the maximum logging verbosity level, equivalent to -\fB\-\-verbose=ANY:ANY:dbg\fR. +\fB\-\-verbose=dbg\fR. . .\" Python vlog doesn't implement -vPATTERN so only document it if .\" \*(PY is empty: @@ -60,3 +64,8 @@ Sets the log pattern for \fIfacility\fR to \fIpattern\fR. Refer to Enables logging to a file. If \fIfile\fR is specified, then it is used as the exact name for the log file. The default log file name used if \fIfile\fR is omitted is \fB@LOGDIR@/\*(PN.log\fR. +. +.IP "\fB\-\-syslog\-target=\fIhost\fB:\fIport\fR" +Send syslog messages to UDP \fIport\fR on \fIhost\fR, in addition to +the system syslog. The \fIhost\fR must be a numerical IP address, not +a hostname.