From 222e4eab96d2b2752d4b068d7ed0f0d55ae91527 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 15 Oct 2014 14:29:01 -0400 Subject: [PATCH] Fix: update man page with log4j option Signed-off-by: David Goulet --- doc/man/lttng.1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 2dda28a16..017592c00 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -539,6 +539,9 @@ Apply for the user-space tracer .BR "\-j, \-\-jul" Apply for Java application using Java Util Logging interface (JUL) .TP +.BR "\-l, \-\-log4j" +Apply for Java application using LOG4J +.TP .BR "\-\-tracepoint" Tracepoint event (default). Userspace tracer supports wildcards at the end of string. Don't forget to quote to deal with bash expansion. @@ -700,6 +703,9 @@ Apply for the user-space tracer .TP .BR "\-j, \-\-jul" Apply for Java application using Java Util Logging interface (JUL) +.TP +.BR "\-l, \-\-log4j" +Apply for Java application using LOG4J .RE .PP @@ -748,6 +754,9 @@ Select user-space domain. .BR "\-j, \-\-jul" Apply for Java application using JUL .TP +.TP +.BR "\-l, \-\-log4j" +Apply for Java application using LOG4J .BR "\-f, \-\-fields" List event fields -- 2.34.1