From: Alexandre Montplaisir Date: Thu, 2 Jun 2016 21:51:54 +0000 (-0400) Subject: Do not use hierarchical logger names for standard tests X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=0fcd7d54f65aac677d9431b3ff95c9274646970c;p=lttng-ust-java-tests.git Do not use hierarchical logger names for standard tests Signed-off-by: Alexandre Montplaisir --- diff --git a/lttng-ust-java-tests-common/src/main/java/org/lttng/ust/agent/integration/events/ListEventsITBase.java b/lttng-ust-java-tests-common/src/main/java/org/lttng/ust/agent/integration/events/ListEventsITBase.java index fdfbc4e..a2fa932 100644 --- a/lttng-ust-java-tests-common/src/main/java/org/lttng/ust/agent/integration/events/ListEventsITBase.java +++ b/lttng-ust-java-tests-common/src/main/java/org/lttng/ust/agent/integration/events/ListEventsITBase.java @@ -35,7 +35,7 @@ import org.lttng.tools.ILttngSession; */ public abstract class ListEventsITBase { - protected static final String LOGGER_NAME_1 = "org.lttng"; + protected static final String LOGGER_NAME_1 = "org.lttng.somecomponent"; protected static final String LOGGER_NAME_2 = "org.lttng.mycomponent"; protected static final String LOGGER_NAME_3 = "org.lttng.myothercomponent-àéç";