Update manual pages for 2.0.0-rc1
[babeltrace.git] / doc / man / common-lib-env.txt
CommitLineData
e70712b3
PP
1=== Babeltrace~2 library
2
3include::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+
16If this environment variable is set, it overrides the log level set by
17the manopt:babeltrace2(1):--log-level option for the Babeltrace~2
18library logger.
19+
20The available values for 'LVL' are:
21+
22--
23include::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+
35If this environment variable is set, it overrides the default plugin
36provider 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+
44If this environment variable is set, it overrides the log level set by
45the manopt:babeltrace2(1):--log-level option for the Python bindings
46logger.
47+
48The available values for 'LVL' are:
49+
50--
51include::common-log-levels.txt[]
52--
This page took 0.025053 seconds and 4 git commands to generate.