X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fman%2Fbabeltrace2.1.txt;h=b2d69de05c158ff722c8c9d8df8b33b636ec8019;hp=413930c9a6236bb7a9aac173b9d66f83d914d0f4;hb=ef267d12284b855bc52ee429a5dc12da1d1e3b95;hpb=759f3caae66fb6b6c2c327bcbb0478e56883dd23 diff --git a/doc/man/babeltrace2.1.txt b/doc/man/babeltrace2.1.txt index 413930c9..b2d69de0 100644 --- a/doc/man/babeltrace2.1.txt +++ b/doc/man/babeltrace2.1.txt @@ -49,7 +49,7 @@ OPTIONS opt:-d, opt:--debug:: Turn the debugging mode on. + -This is equivalent to opt:--log-level=`VERBOSE`. +This is equivalent to opt:--log-level=`TRACE`. opt:-l 'LVL', opt:--log-level='LVL':: Set the log level of all known Babeltrace loggers to 'LVL'. You @@ -91,10 +91,10 @@ The available values for 'LVL' are: `DEBUG`:: `D`:: Debugging information, with a higher level of details than the - `VERBOSE` level. This level should :not: be enabled in production. + `TRACE` level. This level should :not: be enabled in production. -`VERBOSE`:: -`V`:: +`TRACE`:: +`T`:: Low-level debugging context information. This level should :not: be enabled in production. --