Skip to content

Commit 34ac644

Browse files
committed
Fix log file names.
1 parent f8a815c commit 34ac644

File tree

1 file changed

+2
-2
lines changed
  • apm-collector/apm-collector-boot/src/main/assembly

1 file changed

+2
-2
lines changed

apm-collector/apm-collector-boot/src/main/assembly/log4j2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<Property name="log-path">${sys:collector.logDir}</Property>
2323
</Properties>
2424
<Appenders>
25-
<RollingFile name="RollingFile" fileName="${log-path}/skywalking-web-server.log"
26-
filePattern="${log-path}/skywalking-web-server-%d{yyyy-MM-dd}-%i.log" >
25+
<RollingFile name="RollingFile" fileName="${log-path}/skywalking-collector-server.log"
26+
filePattern="${log-path}/skywalking-collector-server-%d{yyyy-MM-dd}-%i.log" >
2727
<PatternLayout>
2828
<pattern>%d - %c -%-4r [%t] %-5p %x - %m%n</pattern>
2929
</PatternLayout>

0 commit comments

Comments
 (0)