Skip to content

Commit

Permalink
Correct the log4j config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 28, 2017
1 parent 9b5fdeb commit 2adfcc0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apm-collector/apm-collector-boot/src/main/assembly/log4j2.xml
Expand Up @@ -17,7 +17,7 @@
~ Project repository: https://github.com/OpenSkywalking/skywalking
-->

<Configuration status="error">
<Configuration status="info">
<Properties>
<Property name="log-path">${sys:collector.logDir}</Property>
</Properties>
Expand All @@ -34,9 +34,11 @@
</RollingFile>
</Appenders>
<Loggers>
<logger name="org.skywalking.apm.ui" level="debug">
<AppenderRef ref="RollingFile"/>
</logger>
<logger name="org.eclipse.jetty" level="INFO"/>
<logger name="org.apache.zookeeper" level="INFO"/>
<logger name="org.skywalking.apm.collector.agent.grpc.handler.JVMMetricsServiceHandler" level="INFO"/>
<logger name="org.skywalking.apm.collector.stream.timer.PersistenceTimer" level="INFO"/>
<logger name="io.grpc.netty" level="INFO"/>
<Root level="info">
<AppenderRef ref="RollingFile"/>
</Root>
Expand Down

0 comments on commit 2adfcc0

Please sign in to comment.