Do not use hierarchical logger names for standard tests
[lttng-ust-java-tests.git] / 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.022433 seconds and 4 git commands to generate.