Commit 34ac6442 authored by 吴晟's avatar 吴晟
Browse files

Fix log file names.

parent f8a815c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>