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 19:54:41 +0000 (15:54 -0400)
commit2fad3ae7073bb826bbd7250b281821d3f87b8eb7
tree6d04a2819c7c44d920aca375c599b56085c1b7ea
parent4da23e31de8e5fb7ede781e047295bd9ded4e5a9
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.025527 seconds and 4 git commands to generate.