Update manual pages for 2.0.0-rc1
[babeltrace.git] / doc / man / common-lib-env.txt
1 === Babeltrace~2 library
2
3 include::common-common-env.txt[]
4
5 `BABELTRACE_PLUGIN_PATH`='PATHS'::
6 Set the list of directories, in order, in which dynamic plugins can
7 be found before other directories are considered to 'PATHS'
8 (colon-separated, or semicolon on Windows).
9
10 `LIBBABELTRACE2_DISABLE_PYTHON_PLUGINS`=`1`::
11 Disable the loading of any Babeltrace~2 Python plugin.
12
13 `LIBBABELTRACE2_INIT_LOG_LEVEL`='LVL'::
14 Force the Babeltrace~2 library's initial log level to be 'LVL'.
15 +
16 If this environment variable is set, it overrides the log level set by
17 the manopt:babeltrace2(1):--log-level option for the Babeltrace~2
18 library logger.
19 +
20 The available values for 'LVL' are:
21 +
22 --
23 include::common-log-levels.txt[]
24 --
25
26 `LIBBABELTRACE2_NO_DLCLOSE`=`1`::
27 Make the Babeltrace~2 library leave any dynamically loaded
28 modules (plugins and plugin providers) open at exit. This can be
29 useful for debugging purposes.
30
31 `LIBBABELTRACE2_PLUGIN_PROVIDER_DIR`='DIR'::
32 Set the directory from which the Babeltrace~2 library
33 dynamically loads plugin provider shared objects to 'DIR'.
34 +
35 If this environment variable is set, it overrides the default plugin
36 provider directory.
37
38
39 === Babeltrace~2 Python bindings
40
41 `BABELTRACE_PYTHON_BT2_LOG_LEVEL`='LVL'::
42 Force the Babeltrace~2 Python bindings log level to be 'LVL'.
43 +
44 If this environment variable is set, it overrides the log level set by
45 the manopt:babeltrace2(1):--log-level option for the Python bindings
46 logger.
47 +
48 The available values for 'LVL' are:
49 +
50 --
51 include::common-log-levels.txt[]
52 --
This page took 0.031132 seconds and 4 git commands to generate.