Add modern Babeltrace man pages
[deliverable/babeltrace.git] / doc / man / common-lib-env.txt
diff --git a/doc/man/common-lib-env.txt b/doc/man/common-lib-env.txt
new file mode 100644 (file)
index 0000000..179c98d
--- /dev/null
@@ -0,0 +1,20 @@
+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:babeltrace(1):--log-level option of
+    man:babeltrace(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.
This page took 0.023619 seconds and 5 git commands to generate.