src.ctf.lttng-live: honor component's initial log level and query LL
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 18 Jun 2019 05:22:38 +0000 (01:22 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 20 Jun 2019 18:01:16 +0000 (14:01 -0400)
commitc01594dea908eeacf22c4d8bf5c4e629792a91d5
tree10ede7edd5282e6069a3fa4a9376b31b2670cbaa
parent9358ceb38baa2d50a69d7ee580463a2ddba25465
src.ctf.lttng-live: honor component's initial log level and query LL

Except for `viewer-connection.c` which is pretty consistent in having a
named "viewer connection" instance in each function, the other files
deal with too many objects/concepts to have a systematic expression to
identify the log level, so they use local `log_level` variables.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I102408375d4d3d2df21c756b6581c642ece77ff1
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1494
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/cli/babeltrace2.c
src/plugins/ctf/lttng-live/Makefile.am
src/plugins/ctf/lttng-live/data-stream.c
src/plugins/ctf/lttng-live/logging.c [deleted file]
src/plugins/ctf/lttng-live/logging.h [deleted file]
src/plugins/ctf/lttng-live/lttng-live.c
src/plugins/ctf/lttng-live/lttng-live.h
src/plugins/ctf/lttng-live/metadata.c
src/plugins/ctf/lttng-live/viewer-connection.c
src/plugins/ctf/lttng-live/viewer-connection.h
This page took 0.02534 seconds and 4 git commands to generate.