Synchronous configuration section. (#1927)

#1915
This commit is contained in:
彭勇升 pengys 2018-11-18 08:41:27 +08:00 committed by 吴晟 Wu Sheng
parent 8a92e1b433
commit cb492abea1
1 changed files with 1 additions and 1 deletions

View File

@ -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" />