Initial import
[openvswitch] / man / man8 / vlogconf.8
1 .TH vlogconf 8 "December 2007" "OpenFlow" "OpenFlow Manual"
2
3 .SH NAME
4 vlogconf \- configuration utility for OpenFlow logging in userspace
5
6 .SH SYNOPSIS
7 \fBvlogconf\fR [OPTIONS]
8 .br
9 \fBvlogconf\fR \fIMODULE\fR \fIFACILITY\fR \fILEVEL\fR
10
11 .SH DESCRIPTION
12 The \fBvlogconf\fR program configures the logging system used by the 
13 OpenFlow userspace programs.  The logging configuration may be modified 
14 while OpenFlow programs are running.
15
16 \fIMODULE\fR \- The module for which the logging level is being
17 modified.  To see a list of supported modules, rerun \fBvlogconf\fR with
18 the \fI\-print\fR option.
19
20 \fIFACILITY\fR \- The method of logging.  Valid values are \fBSYSLOG\fR and
21 \fBCONSOLE\fR.
22
23 \fILEVEL\fR \- The level with which the module should be logged.  Valid 
24 values are \fBDBG\fR (debug), \fBWARN\fR (warning), \fBERR\fR (error), 
25 and \fBEMER\fR (emergency).
26
27 .SH OPTIONS
28 .TP
29 \fB\-p\fR, \fB\-\^\-print\fR
30 Prints the current logging configuration.
31
32 .TP
33 \fB\-a\fR, \fB\-\^\-all\fR \fIlevel\fR
34 Sets all modules and facilities to the specified level.
35
36 .TP
37 \fB\-h\fR, \fB\-\^\-help\fR
38 Prints a brief help message to the console.
39
40
41 .SH "SEE ALSO"
42
43 .BR dpctl (8),
44 .BR secchan (8),
45 .BR controller (8)