Add 'domain' parameter to the Log4j 2.x agent
[lttng-ust.git] / doc / examples / java-log4j2-ctx / log4j2.ctx2.xml
index c62af2e5328a546fa7d10788c167547e814f2660..011152dcb7ffb99f968c5977b8118f190e170995 100644 (file)
@@ -4,7 +4,7 @@
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
     </Console>
-    <Lttng name="Lttng">
+    <Lttng name="Lttng" domain="LOG4J">
     </Lttng>
   </Appenders>
   <Loggers>
This page took 0.02301 seconds and 4 git commands to generate.