You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/11/18 00:41:32 UTC

[incubator-skywalking] branch master updated: Synchronous configuration section. (#1927)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new cb492ab  Synchronous configuration section. (#1927)
cb492ab is described below

commit cb492abea1e72453a6a69523618f548f837c950c
Author: 彭勇升 pengys <80...@qq.com>
AuthorDate: Sun Nov 18 08:41:27 2018 +0800

    Synchronous configuration section. (#1927)
    
    #1915
---
 oap-server/server-starter/src/main/assembly/log4j2.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oap-server/server-starter/src/main/assembly/log4j2.xml b/oap-server/server-starter/src/main/assembly/log4j2.xml
index 939fc04..6f0e2ac 100644
--- a/oap-server/server-starter/src/main/assembly/log4j2.xml
+++ b/oap-server/server-starter/src/main/assembly/log4j2.xml
@@ -25,7 +25,7 @@
         <RollingFile name="RollingFile" fileName="${log-path}/skywalking-oap-server.log"
                      filePattern="${log-path}/skywalking-oap-server-%d{yyyy-MM-dd}-%i.log" >
             <PatternLayout>
-                <pattern>%d - %c -%-4r [%t] %-5p %x - %m%n</pattern>
+                <pattern>%d - %c - %L [%t] %-5p %x - %m%n</pattern>
             </PatternLayout>
             <Policies>
                 <SizeBasedTriggeringPolicy size="102400KB" />