Fix: default loglevel is DEBUG
[lttng-ust.git] / doc / man / lttng-ust.3
index 1d1197f4672b18af258e29e48a8c0311a9f2940c..c72bd32bd116a90b2546e1bb33ac4b27c88b0a28 100644 (file)
@@ -29,11 +29,11 @@ tracef() API. To do it, in a nutshell:
 
 3) Link your program against liblttng-ust.so.
 
-4) Enable the UST debug loglevel when tracing with the following
-   sequence of commands from lttng-tools:
+4) Enable UST events when tracing with the following sequence of commands
+   from lttng-tools:
 
    lttng create
-   lttng enable-event -u -a --loglevel=TRACE_DEBUG
+   lttng enable-event -u -a
    lttng start
    [... run your program ...]
    lttng stop
This page took 0.023337 seconds and 4 git commands to generate.