-d
, --debug
Legacy option: this is equivalent to --log-level
=TRACE
.
-l
LVL, --log-level
=LVL
Set the log level of all known Babeltrace 2 loggers to LVL,
including individual components for the
babeltrace2-convert(1) and babeltrace2-run(1) commands.
You can override the log level of a specific component with
the --log-level
option of the babeltrace2-convert(1) or
babeltrace2-run(1) commands.
You can override the log level of the library with the
LIBBABELTRACE2_INIT_LOG_LEVEL
environment variable.
You can override the log level of the CLI with the
BABELTRACE_CLI_LOG_LEVEL
environment variable.
You can override the log level of the Babeltrace 2 Python
bindings with the BABELTRACE_PYTHON_BT2_LOG_LEVEL
environment
variable.
The available values for LVL are:
NONE
, N
Logging is disabled.
FATAL
, F
Severe errors that lead the execution to abort
immediately.
This level should be enabled in production.
ERROR
, E
Errors that might still allow the execution to continue.
Usually, once one or more errors are reported at this
level, the application, plugin, or library won't perform
any more useful task, but it should still exit cleanly.
This level should be enabled in production.
WARN
, WARNING
, W
Unexpected situations which still allow the execution to
continue.
This level should be enabled in production.
INFO
, I
Informational messages that highlight progress or
important states of the application, plugins, or library.
This level can be enabled in production.
DEBUG
, D
Debugging information, with a higher level of details
than the TRACE
level.
This level should NOT be enabled in production.
TRACE
, T
Low-level debugging context information.
This level should NOT be enabled in production.
--omit-home-plugin-path
Do not search for plugins in
$HOME/.local/lib/babeltrace2/plugins
.
--omit-system-plugin-path
Do not search for plugins in
/usr/local/lib/babeltrace2/plugins
.
--plugin-path
=PATH[:PATH]...
Add PATH to the list of paths in which plugins can be found.
-v
, --verbose
Legacy option: this is equivalent to --log-level
=INFO
.
If CMD is convert
or is missing, then this also sets the
verbose
parameter of the implicit sink.text.pretty
component
(see babeltrace2-sink.text.pretty(7)) to true.
-h
, --help
Show help and quit.
-V
, --version
Show version and quit.