X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvlog.man;h=c62e407111978397b60b0a39dc85d51782db1dae;hb=a5ed8fe32cb3c996837c61af2e358fa34dc9936f;hp=a8c82230ea010eb0c16cd37ff14c55dfc3d6314a;hpb=2a3e30b27d11f77a8ce8ff87d0a2c0eaa925eaff;p=sliver-openvswitch.git diff --git a/lib/vlog.man b/lib/vlog.man index a8c82230e..c62e40711 100644 --- a/lib/vlog.man +++ b/lib/vlog.man @@ -21,8 +21,12 @@ 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 +.IP \(bu \fBoff\fR, \fBemer\fR, \fBerr\fR, \fBwarn\fR, \fBinfo\fR, or \fBdbg\fR, to control the log level. Messages of the given severity or higher will be logged, and messages of lower severity will be @@ -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. . .IP "\fB\-vPATTERN:\fIfacility\fB:\fIpattern\fR" .IQ "\fB\-\-verbose=PATTERN:\fIfacility\fB:\fIpattern\fR" @@ -55,3 +59,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.