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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 20 Jun 2019 18:51:59 +0000 (14:51 -0400)
commit1c0ceb658058c1cf11227679927b714405a0291c
tree2153a3baf8158e60709f807c0e7b864cb797f458
parent829b36946213ba1529f9c4c417b6a5aa0b6e3d90
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.025796 seconds and 4 git commands to generate.