Change default loglevel to TRACE_DEBUG_LINE
[lttng-ust.git] / doc / man / lttng-ust.3
index 61efa5094611d39859a88761dff90cb4eabfccc6..1d1197f4672b18af258e29e48a8c0311a9f2940c 100644 (file)
@@ -29,12 +29,15 @@ tracef() API. To do it, in a nutshell:
 
 3) Link your program against liblttng-ust.so.
 
-4) Enable the UST event "lttng_ust_tracef:event" when tracing with the
-   following sequence of commands from lttng-tools:
+4) Enable the UST debug loglevel when tracing with the following
+   sequence of commands from lttng-tools:
 
-   lttng create; lttng enable-event -u "lttng_ust_tracef:event"; lttng start
+   lttng create
+   lttng enable-event -u -a --loglevel=TRACE_DEBUG
+   lttng start
    [... run your program ...]
-   lttng stop; lttng view
+   lttng stop
+   lttng view
 
 That's it!
 
This page took 0.024039 seconds and 4 git commands to generate.