Add 'domain' parameter to the Log4j 2.x agent
[lttng-ust.git] / README.md
index ff491701485271c069e691cf4967ba5fc296e2d6..e611826ab4ae3fc11a4af1a1702e7cfdca02d953 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ user space tracing helpers for any application.
 Prerequisites
 -------------
 
-LTTng-UST depends on [liburcu](http://liburcu.org/) v0.7.2 at build and
+LTTng-UST depends on **[liburcu](http://liburcu.org/) >= 0.11** at build and
 run times. It also optionally depends on libnuma.
 
 
@@ -230,7 +230,7 @@ This package contains the following elements:
     JAR library to provide an LTTng-UST logging back-end for Java
     applications using Java Util Logging or Log4j. (Configure with
     `--enable-java-agent-jul` or `--enable-java-agent-log4j` or
-    `--enable-java-agent-all`).
+    `--enable-java-agent-log4j2` or `--enable-java-agent-all`).
   - `liblttng-ust-libc-wrapper`: an example library that can be
     preloaded to instrument some calls to libc (currently `malloc()` and
     `free()`) and to POSIX threads (mutexes currently instrumented) in
This page took 0.025656 seconds and 5 git commands to generate.