Man: clarify loglevel for JUL domain
authorDavid Goulet <dgoulet@efficios.com>
Wed, 12 Feb 2014 19:46:08 +0000 (14:46 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 12 Feb 2014 19:46:08 +0000 (14:46 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1
src/bin/lttng/commands/enable_events.c

index 06337c03a033e4d231b08d79086a3bdf3b7769af..cef16fa7e43249038ce9331d8278f62e94c5c216 100644 (file)
@@ -519,6 +519,8 @@ e.g.:
 .TP
 .BR "\-\-loglevel NAME"
 Tracepoint loglevel range from 0 to loglevel. Listed in the help (\-h).
+For the JUL domain, the loglevel ranges are detailed with the \-\-help
+option thus starting from SEVERE to FINEST.
 .TP
 .BR "\-\-loglevel-only NAME"
 Tracepoint loglevel (only this loglevel).
index 556538daddd87444019e7013933803599c48c50c..29a399e9714ac280011a41837619d500c452bdcd 100644 (file)
@@ -135,7 +135,8 @@ static void usage(FILE *ofp)
        fprintf(ofp, "    --syscall              System call event\n");
        fprintf(ofp, "\n");
        fprintf(ofp, "    --loglevel name\n");
-       fprintf(ofp, "                           Tracepoint loglevel range from 0 to loglevel\n");
+       fprintf(ofp, "                           Tracepoint loglevel range from 0 to loglevel.\n");
+       fprintf(ofp, "                           For JUL domain, see the table below for the range values.\n");
        fprintf(ofp, "    --loglevel-only name\n");
        fprintf(ofp, "                           Tracepoint loglevel (only this loglevel)\n");
        fprintf(ofp, "\n");
This page took 0.027939 seconds and 5 git commands to generate.