]> sourceware.org Git - lvm2.git/commitdiff
man: document possible lvmetad -l values
authorDavid Teigland <teigland@redhat.com>
Wed, 21 Oct 2015 18:36:57 +0000 (13:36 -0500)
committerDavid Teigland <teigland@redhat.com>
Wed, 21 Oct 2015 18:36:57 +0000 (13:36 -0500)
In the man page and the lvmetad help output.

WHATS_NEW
daemons/lvmetad/lvmetad-core.c
man/lvmetad.8.in

index 983b2b4c30db261b594336e78f55366a9701bbca..ece92e07a4938d92650181df8d356ce1b0236b76 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.133 - 
 ======================================
+  Allow all log levels to be used with the lvmetad -l option.
   Add optional shutdown when idle support for lvmetad.
   Fix missing in-sync progress info while lvconvert used with lvmpolld.
   Add report/compact_output_cols to lvm.conf to define report cols to compact.
index 7ec3a3a95112c8264d5576cab4f61c2febbc6deb..64d998ec3d878aa378eef9aaf4bb6432a09eba12 100644 (file)
@@ -1637,11 +1637,11 @@ static int process_timeout_arg(const char *str, unsigned *max_timeouts)
 static void usage(const char *prog, FILE *file)
 {
        fprintf(file, "Usage:\n"
-               "%s [-V] [-h] [-f] [-l {all|wire|debug}] [-s path] [-t secs]\n\n"
+               "%s [-V] [-h] [-f] [-l level[,level ...]] [-s path] [-t secs]\n\n"
                "   -V       Show version of lvmetad\n"
                "   -h       Show this help information\n"
                "   -f       Don't fork, run in the foreground\n"
-               "   -l       Logging message level (-l {all|wire|debug})\n"
+               "   -l       Logging message levels (all,fatal,error,warn,info,wire,debug)\n"
                "   -p       Set path to the pidfile\n"
                "   -s       Set path to the socket to listen on\n"
                "   -t       Time to wait in seconds before shutdown on idle (missing or 0 = inifinite)\n\n", prog);
index 2acfd8be57264ebfda9385ece00a39dab9a08e74..3e895cea705d76e9d8805e51370c5e00d4904c4b 100644 (file)
@@ -5,7 +5,7 @@ lvmetad \(em LVM metadata cache daemon
 .SH SYNOPSIS
 .B lvmetad
 .RB [ \-l
-.RI { all | wire | debug }]
+.IR level [,level...]]
 .RB [ \-p
 .IR pidfile_path ]
 .RB [ \-s
@@ -77,15 +77,11 @@ Don't fork, but run in the foreground.
 .BR \-h ", " \-?
 Show help information.
 .TP
-.IR \fB\-l " {" all | wire | debug }
-Select the type of log messages to generate.
-Messages are logged by syslog.  
+.B \-l \fIlevels
+Specify the levels of log messages to generate as a comma separated list.
+Messages are logged by syslog.
 Additionally, when \-f is given they are also sent to standard error.
-Since release 2.02.98, there are two classes of messages: wire and debug.
-Selecting 'all' supplies both and is equivalent to a comma-separated list
-\-l wire,debug.
-Prior to release 2.02.98, repeating \-d from 1 to 3 times, viz. \-d, \-dd, \-ddd,
-increased the detail of messages.
+Possible levels are: all, fatal, error, warn, info, wire, debug.
 .TP
 .B \-p \fIpidfile_path
 Path to the pidfile. This overrides both the built-in default
This page took 0.050533 seconds and 5 git commands to generate.