Update manpages to mention new --log-file option.
Move vlog option descriptions into a separate file lib/vlog.man that is substituted into manpages. Get rid of individual rules for substituting most files in favor of a single suffix rule. Unfortunately this loses the (Emacs-specific) read-only markings but it simplifies the makefiles.
This commit is contained in:
@@ -150,29 +150,7 @@ run as a background process.
|
||||
.BR \-h ", " \-\^\-help
|
||||
Prints a brief help message to the console.
|
||||
|
||||
.TP
|
||||
\fB-v\fImodule\fR[\fB:\fIfacility\fR[\fB:\fIlevel\fR]], \fB--verbose=\fImodule\fR[\fB:\fIfacility\fR[\fB:\fIlevel\fR]]
|
||||
Sets the logging level for \fImodule\fR in \fIfacility\fR to
|
||||
\fIlevel\fR. The \fImodule\fR may be any valid module name (as
|
||||
displayed by the \fB--list\fR action on \fBvlogconf\fR(8)), or the
|
||||
special name \fBANY\fR to set the logging levels for all modules. The
|
||||
\fIfacility\fR may be \fBsyslog\fR or \fBconsole\fR to set the levels
|
||||
for logging to the system log or to the console, respectively, or
|
||||
\fBANY\fR to set the logging levels for both facilities. If it is
|
||||
omitted, \fIfacility\fR defaults to \fBANY\fR. The \fIlevel\fR must
|
||||
be one of \fBemer\fR, \fBerr\fR, \fBwarn\fR, or \fBdbg\fR, designating
|
||||
the minimum severity of a message for it to be logged. If it is
|
||||
omitted, \fIlevel\fR defaults to \fBdbg\fR.
|
||||
|
||||
.TP
|
||||
\fB-v\fR, \fB--verbose\fR
|
||||
Sets the maximum logging verbosity level, equivalent to
|
||||
\fB--verbose=ANY:ANY:dbg\fR.
|
||||
|
||||
.TP
|
||||
\fB-vPATTERN:\fIfacility\fB:\fIpattern\fR, \fB--verbose=PATTERN:\fIfacility\fB:\fIpattern\fR
|
||||
Sets the log pattern for \fIfacility\fR to \fIpattern\fR. Refer to
|
||||
\fBvlogconf\fR(8) for a description of the valid syntax for \fIpattern\fR.
|
||||
@VLOG_OPTIONS@
|
||||
|
||||
.TP
|
||||
.BR \-V ", " \-\^\-version
|
||||
|
||||
Reference in New Issue
Block a user