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:56 +0000 (10:03 -0400)
commite8949acb63b92ddb19b13417b7bf1ea36bb4908c
tree152ab08ee691f1f9af6e0557a07927cf53d2e9a4
parentcd5dbd22c38e60bf5773c9174e9ceda7b9b4ddee
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.026281 seconds and 4 git commands to generate.