Remove `PLUGIN` from component class log level environment variables
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 5 Oct 2017 18:05:42 +0000 (14:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Nov 2017 20:11:00 +0000 (16:11 -0400)
commit92c579f5f82904cc72518e24c3acc4ec486f8300
tree2b41134b079d2ade359b27e536fb3beedd6f7a14
parent2a2f36a27f4aa53d395cbb0191b57fea52065f2c
Remove `PLUGIN` from component class log level environment variables

For example, `BABELTRACE_PLUGIN_CTF_FS_SRC_LOG_LEVEL` becomes
`BABELTRACE_SRC_CTF_FS_LOG_LEVEL`. This is in line with the way we
specify the component classes in the CLI and documentation, for
example `src.ctf.fs`.

The log level environment variables common to a whole plugin are still
prefixed with `PLUGIN`, for example
`BABELTRACE_PLUGIN_CTF_METADATA_LOG_LEVEL`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/babeltrace.c
plugins/ctf/fs-sink/logging.c
plugins/ctf/fs-src/logging.c
plugins/ctf/lttng-live/logging.c
plugins/lttng-utils/logging.c
plugins/text/dmesg/logging.c
plugins/utils/muxer/logging.c
plugins/utils/trimmer/logging.c
This page took 0.025763 seconds and 4 git commands to generate.