We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a815c commit 34ac644Copy full SHA for 34ac644
apm-collector/apm-collector-boot/src/main/assembly/log4j2.xml
@@ -22,8 +22,8 @@
22
<Property name="log-path">${sys:collector.logDir}</Property>
23
</Properties>
24
<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" >
+ <RollingFile name="RollingFile" fileName="${log-path}/skywalking-collector-server.log"
+ filePattern="${log-path}/skywalking-collector-server-%d{yyyy-MM-dd}-%i.log" >
27
<PatternLayout>
28
<pattern>%d - %c -%-4r [%t] %-5p %x - %m%n</pattern>
29
</PatternLayout>
0 commit comments