~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to lib/vlog-unixctl.man

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
These commands manage \fB\*(PN\fR's logging settings.
8
8
.IP "\fBvlog/set\fR [\fIspec\fR]"
9
9
Sets logging levels.  Without any \fIspec\fR, sets the log level for
10
 
every module and facility to \fBdbg\fR.  Otherwise, \fIspec\fR is a
 
10
every module and destination to \fBdbg\fR.  Otherwise, \fIspec\fR is a
11
11
list of words separated by spaces or commas or colons, up to one from
12
12
each category below:
13
13
.
44
44
For compatibility with older versions of OVS, \fBany\fR is accepted as
45
45
a word but has no effect.
46
46
.RE
47
 
.IP "\fBvlog/set PATTERN:\fIfacility\fB:\fIpattern\fR"
48
 
Sets the log pattern for \fIfacility\fR to \fIpattern\fR.  Refer to
 
47
.IP "\fBvlog/set PATTERN:\fIdestination\fB:\fIpattern\fR"
 
48
Sets the log pattern for \fIdestination\fR to \fIpattern\fR.  Refer to
49
49
\fBovs\-appctl\fR(8) for a description of the valid syntax for \fIpattern\fR.
50
50
.
51
51
.IP "\fBvlog/list\fR"
52
52
Lists the supported logging modules and their current levels.
53
53
.
 
54
.IP "\fBvlog/list-pattern\fR"
 
55
Lists logging patterns used for each destination.
 
56
.
54
57
.IP "\fBvlog/reopen\fR"
55
58
Causes \fB\*(PN\fR to close and reopen its log file.  (This is useful
56
59
after rotating log files, to cause a new log file to be used.)