You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/04/25 21:51:27 UTC

[pulsar] branch master updated: In test logs, logger name is being printed twice (#10353)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f03be0  In test logs, logger name is being printed twice (#10353)
3f03be0 is described below

commit 3f03be0b90c728066f528dcb4ee8416911eae751
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Sun Apr 25 14:50:39 2021 -0700

    In test logs, logger name is being printed twice (#10353)
---
 buildtools/src/main/resources/log4j2.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildtools/src/main/resources/log4j2.xml b/buildtools/src/main/resources/log4j2.xml
index 8fc1608..db0935e 100644
--- a/buildtools/src/main/resources/log4j2.xml
+++ b/buildtools/src/main/resources/log4j2.xml
@@ -22,7 +22,7 @@
 <Configuration status="INFO">
     <Appenders>
         <Console name="Console" target="SYSTEM_OUT">
-            <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t:%C@%L] %-5level %logger{36} - %msg%n" />
+            <PatternLayout pattern="%d{HH:mm:ss.SSS} %-5level [%t{12}] %c{1.}@%L - %msg%n" />
         </Console>
     </Appenders>
     <Loggers>