Add 'log4j2' domain tests to the Log4j 2.x agent
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j2 / src / test / resources / log4j2.Log4j2EnabledEventsIT.xml
index a55444c753e31cf12ab2356e5e183cd7d7c2abea..ab2e7d84ebc5944b593f528dcc2148dba3ed8928 100644 (file)
@@ -4,9 +4,9 @@
         <Console name="Console" target="SYSTEM_OUT">
           <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
         </Console>
-        <Lttng name="LttngA"/>
-        <Lttng name="LttngB"/>
-        <Lttng name="LttngC"/>
+        <Lttng name="LttngA" domain="LOG4J2"/>
+        <Lttng name="LttngB" domain="LOG4J2"/>
+        <Lttng name="LttngC" domain="LOG4J2"/>
     </Appenders>
     <Loggers>
         <Logger name="EventA">
This page took 0.022399 seconds and 4 git commands to generate.