X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fman%2Fcommon-lib-env.txt;h=6c5ba809b0981594fd31ffca1b9a776c979f5948;hb=2facbdc3a8c3797b8c93098e53e51645f0736aea;hp=dc7c977930d13f5000af63a4325da854fa9371c3;hpb=bd4eea6fed308f4f0954b563b25471cc373161f1;p=babeltrace.git diff --git a/doc/man/common-lib-env.txt b/doc/man/common-lib-env.txt index dc7c9779..6c5ba809 100644 --- a/doc/man/common-lib-env.txt +++ b/doc/man/common-lib-env.txt @@ -1,20 +1,52 @@ -Babeltrace library -~~~~~~~~~~~~~~~~~~ -include::common-common-compat-env.txt[] - -`BABELTRACE_DISABLE_PYTHON_PLUGINS`:: - Set to `1` to disable the loading of any Babeltrace Python plugin. - -`BABELTRACE_LOGGING_GLOBAL_LEVEL`:: - Babeltrace library's global log level. The available values are the - same as for the manopt:babeltrace2(1):--log-level option of - man:babeltrace2(1) - -`BABELTRACE_NO_DLCLOSE`:: - Set to `1` to make the Babeltrace library leave any dynamically - loaded modules (plugins and Python plugin provider) open at exit. - This can be useful for debugging purposes. - -`BABELTRACE_PLUGIN_PATH`:: - Colon-separated list of directories, in order, in which dynamic - plugins can be found before other directories are considered. +=== Babeltrace~2 library + +include::common-common-env.txt[] + +`BABELTRACE_PLUGIN_PATH`='PATHS':: + Set the list of directories, in order, in which dynamic plugins can + be found before other directories are considered to 'PATHS' + (colon-separated, or semicolon on Windows). + +`LIBBABELTRACE2_DISABLE_PYTHON_PLUGINS`=`1`:: + Disable the loading of any Babeltrace~2 Python plugin. + +`LIBBABELTRACE2_INIT_LOG_LEVEL`='LVL':: + Force the Babeltrace~2 library's initial log level to be 'LVL'. ++ +If this environment variable is set, it overrides the log level set by +the manopt:babeltrace2(1):--log-level option for the Babeltrace~2 +library logger. ++ +The available values for 'LVL' are: ++ +-- +include::common-log-levels.txt[] +-- + +`LIBBABELTRACE2_NO_DLCLOSE`=`1`:: + Make the Babeltrace~2 library leave any dynamically loaded + modules (plugins and plugin providers) open at exit. This can be + useful for debugging purposes. + +`LIBBABELTRACE2_PLUGIN_PROVIDER_DIR`='DIR':: + Set the directory from which the Babeltrace~2 library + dynamically loads plugin provider shared objects to 'DIR'. ++ +If this environment variable is set, it overrides the default plugin +provider directory. + + +=== Babeltrace~2 Python bindings + +`BABELTRACE_PYTHON_BT2_LOG_LEVEL`='LVL':: + Force the Babeltrace~2 Python bindings log level to be 'LVL'. ++ +If this environment variable is set, it overrides the log level set by +the manopt:babeltrace2(1):--log-level option for the Python bindings +logger. ++ +The available values for 'LVL' are: ++ +-- +include::common-log-levels.txt[] +--