2012-02-08 15:05:50 -08:00
|
|
|
.de IQ
|
|
|
|
. br
|
|
|
|
. ns
|
|
|
|
. IP "\\$1"
|
|
|
|
..
|
2012-02-08 15:29:15 -08:00
|
|
|
.IP "\fB\-v\fR[\fIspec\fR]
|
|
|
|
.IQ "\fB\-\-verbose=\fR[\fIspec\fR]
|
2010-02-24 13:42:43 -08:00
|
|
|
.
|
2012-02-08 15:29:15 -08:00
|
|
|
Sets logging levels. Without any \fIspec\fR, sets the log level for
|
|
|
|
every module and facility to \fBdbg\fR. Otherwise, \fIspec\fR is a
|
|
|
|
list of words separated by spaces or commas or colons, up to one from
|
|
|
|
each category below:
|
2010-02-24 13:42:43 -08:00
|
|
|
.
|
2009-07-08 13:19:16 -07:00
|
|
|
.RS
|
|
|
|
.IP \(bu
|
2012-02-08 15:29:15 -08:00
|
|
|
A valid module name, as displayed by the \fBvlog/list\fR command on
|
|
|
|
\fBovs\-appctl\fR(8), limits the log level change to the specified
|
|
|
|
module.
|
2010-02-24 13:42:43 -08:00
|
|
|
.
|
2009-07-08 13:19:16 -07:00
|
|
|
.IP \(bu
|
2012-02-08 15:29:15 -08:00
|
|
|
\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.
|
2010-02-24 13:42:43 -08:00
|
|
|
.
|
2009-07-08 13:19:16 -07:00
|
|
|
.IP \(bu
|
2012-02-08 15:29:15 -08:00
|
|
|
\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
|
|
|
|
filtered out. \fBoff\fR filters out all messages. See
|
2011-07-28 10:19:43 -07:00
|
|
|
\fBovs\-appctl\fR(8) for a definition of each log level.
|
2009-07-08 13:19:16 -07:00
|
|
|
.RE
|
2010-02-24 13:42:43 -08:00
|
|
|
.
|
2012-02-08 15:29:15 -08:00
|
|
|
.IP
|
|
|
|
Case is not significant within \fIspec\fR.
|
|
|
|
.IP
|
|
|
|
Regardless of the log levels set for \fBfile\fR, logging to a file
|
|
|
|
will not take place unless \fB\-\-log\-file\fR is also specified (see
|
|
|
|
below).
|
|
|
|
.IP
|
|
|
|
For compatibility with older versions of OVS, \fBany\fR is accepted as
|
|
|
|
a word but has no effect.
|
|
|
|
.
|
2012-02-08 15:05:50 -08:00
|
|
|
.IP "\fB\-v\fR"
|
|
|
|
.IQ "\fB\-\-verbose\fR"
|
2009-07-08 13:19:16 -07:00
|
|
|
Sets the maximum logging verbosity level, equivalent to
|
2010-06-29 14:29:40 -07:00
|
|
|
\fB\-\-verbose=ANY:ANY:dbg\fR.
|
2010-02-24 13:42:43 -08:00
|
|
|
.
|
2012-02-08 15:05:50 -08:00
|
|
|
.IP "\fB\-vPATTERN:\fIfacility\fB:\fIpattern\fR"
|
|
|
|
.IQ "\fB\-\-verbose=PATTERN:\fIfacility\fB:\fIpattern\fR"
|
2009-07-08 13:19:16 -07:00
|
|
|
Sets the log pattern for \fIfacility\fR to \fIpattern\fR. Refer to
|
2009-11-09 14:46:38 -08:00
|
|
|
\fBovs\-appctl\fR(8) for a description of the valid syntax for \fIpattern\fR.
|
2010-02-24 13:42:43 -08:00
|
|
|
.
|
2009-07-08 13:19:16 -07:00
|
|
|
.TP
|
2010-06-29 14:29:40 -07:00
|
|
|
\fB\-\-log\-file\fR[\fB=\fIfile\fR]
|
2009-07-08 13:19:16 -07:00
|
|
|
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.
|