Do not use hierarchical logger names for standard tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 2 Jun 2016 21:51:54 +0000 (17:51 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 2 Jun 2016 22:28:45 +0000 (18:28 -0400)
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
lttng-ust-java-tests-common/src/main/java/org/lttng/ust/agent/integration/events/ListEventsITBase.java

index fdfbc4ec3eaa55eeebc5965891c9205f351bd7cc..a2fa932a858f6f68a3f04fb4b71212263395ed2a 100644 (file)
@@ -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-àéç";
 
This page took 0.024161 seconds and 4 git commands to generate.