Fix: JUL filtering done on the UST level
authorDavid Goulet <dgoulet@efficios.com>
Wed, 7 May 2014 17:53:36 +0000 (13:53 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 12 May 2014 14:03:16 +0000 (10:03 -0400)
commit3e1c9ff7804bbdb8fd223a9d2453bcc5ff291aa3
tree25dd21eb4984538fd424f172e357c0baabcba780
parent8eb7a5e2b9006c5f675c3809055e8abcdffcdb6f
Fix: JUL filtering done on the UST level

This is to support enabling all events with different loglevels in two
different sessions.

For this, if any loglevel have been defined, the 'int_loglevel' filter
is added to the UST event. The liblttng-ust-jul library has been
modified to stop filtering loglevel in the agent.

This commit adds two tests, one for a back to back session that are
destroyed and a second one for multi loglevel session.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/lib/lttng-ctl/lttng-ctl.c
tests/regression/ust/java-jul/test_java_jul
This page took 0.024658 seconds and 4 git commands to generate.