aboutsummaryrefslogtreecommitdiff
path: root/lib/vlog.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-07-28 10:19:43 -0700
committerJustin Pettit <jpettit@nicira.com>2011-08-01 13:25:23 -0700
commit7d110e960278c0b1f5c39e398a3aab9d02e84c00 (patch)
tree73173e715df0d2d688ab0574755e5f6d3e850d04 /lib/vlog.man
parentc1a543a8d6d2847983b6b0defd1e19777da85715 (diff)
vlog: Move log level definitions from source code to user documentation.
Users should be able to find out what a log level means without reading source code comments, so this seems like a better place for it. Reported-by: David Tsai <dtsai@nicira.com>
Diffstat (limited to 'lib/vlog.man')
-rw-r--r--lib/vlog.man3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/vlog.man b/lib/vlog.man
index 63e712ea..0fff8601 100644
--- a/lib/vlog.man
+++ b/lib/vlog.man
@@ -24,7 +24,8 @@ below).
\fIlevel\fR must be one of \fBoff\fR, \fBemer\fR, \fBerr\fR, \fBwarn\fR,
\fBinfo\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.
+logged. If it is omitted, \fIlevel\fR defaults to \fBdbg\fR. See
+\fBovs\-appctl\fR(8) for a definition of each log level.
.RE
.
.TP