arugal commented on a change in pull request #3808: [test/plugin] fix archetypes
URL: https://github.com/apache/skywalking/pull/3808#discussion_r344427948
 
 

 ##########
 File path: 
test/plugin/archetypes/jvm/src/main/resources/archetype-resources/src/main/resources/log4j2.xml
 ##########
 @@ -16,15 +16,15 @@
   ~ limitations under the License.
   ~
   -->
-<Configuration status="WARN">
+<Configuration status="info">
     <Appenders>
-        <Console name="Console" target="SYSTEM_ERR">
-            <PatternLayout charset="UTF-8" pattern="[%d{yyyy-MM-dd 
HH:mm:ss:SSS}] [%p] - %l - %m%n"/>
+        <Console name="Console" target="SYSTEM_OUT">
+            <PatternLayout pattern="%d [%traceId] %-5p %c{1}:%L - %m%n"/>
         </Console>
     </Appenders>
     <Loggers>
-        <Root level="WARN">
+        <Root level="info">
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to