提交 34ac6442 编写于 作者: wu-sheng's avatar wu-sheng

Fix log file names.

上级 f8a815c1
......@@ -22,8 +22,8 @@
<Property name="log-path">${sys:collector.logDir}</Property>
</Properties>
<Appenders>
<RollingFile name="RollingFile" fileName="${log-path}/skywalking-web-server.log"
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" >
<PatternLayout>
<pattern>%d - %c -%-4r [%t] %-5p %x - %m%n</pattern>
</PatternLayout>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册