dc7c977930d13f5000af63a4325da854fa9371c3
[babeltrace.git] / doc / man / common-lib-env.txt
1 Babeltrace library
2 ~~~~~~~~~~~~~~~~~~
3 include::common-common-compat-env.txt[]
4
5 `BABELTRACE_DISABLE_PYTHON_PLUGINS`::
6 Set to `1` to disable the loading of any Babeltrace Python plugin.
7
8 `BABELTRACE_LOGGING_GLOBAL_LEVEL`::
9 Babeltrace library's global log level. The available values are the
10 same as for the manopt:babeltrace2(1):--log-level option of
11 man:babeltrace2(1)
12
13 `BABELTRACE_NO_DLCLOSE`::
14 Set to `1` to make the Babeltrace library leave any dynamically
15 loaded modules (plugins and Python plugin provider) open at exit.
16 This can be useful for debugging purposes.
17
18 `BABELTRACE_PLUGIN_PATH`::
19 Colon-separated list of directories, in order, in which dynamic
20 plugins can be found before other directories are considered.
This page took 0.029531 seconds and 3 git commands to generate.