mirror of
https://github.com/openvswitch/ovs
synced 2025-10-13 14:07:02 +00:00
In OVS, we currently use the term 'facility' to mean the place where we log (syslog, console or file). In Linux's syslog() and rfc5424, the term 'facility' is used to specify what type of program is logging the message (e.g: LOG_DAEMON). This causes confusion while reading vlog's code. This commit changes the term 'facility' to 'destination'. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
7 lines
217 B
Groff
7 lines
217 B
Groff
.IP "Logging options:"
|
|
[\fB\-v\fR[\fImodule\fR[\fB:\fIdestination\fR[\fB:\fIlevel\fR]]]]\&...
|
|
.br
|
|
[\fB\-\-verbose[=\fImodule\fR[\fB:\fIdestination\fR[\fB:\fIlevel\fR]]]]\&...
|
|
.br
|
|
[\fB\-\-log\-file\fR[\fB=\fIfile\fR]]
|