Reset the config.

This commit is contained in:
peng-yongsheng 2017-10-24 22:28:47 +08:00
parent a6924e386c
commit 1331cfb363
2 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ collector_inside:
# cluster_nodes: localhost:9300
# index_shards_number: 2
# index_replicas_number: 0
storage:
h2:
url: jdbc:h2:tcp://localhost/~/test
user_name: sa
#storage:
# h2:
# url: jdbc:h2:tcp://localhost/~/test
# user_name: sa

View File

@ -17,7 +17,7 @@
~ Project repository: https://github.com/OpenSkywalking/skywalking
-->
<Configuration status="debug">
<Configuration status="info">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout charset="UTF-8" pattern="%d - %c -%-4r [%t] %-5p %x - %m%n"/>
@ -28,7 +28,7 @@
<logger name="org.apache.zookeeper" level="INFO"/>
<logger name="org.skywalking.apm.collector.agentstream.worker.storage.PersistenceTimer" level="INFO"/>
<logger name="io.grpc.netty.NettyServerHandler" level="INFO"/>
<Root level="debug">
<Root level="info">
<AppenderRef ref="Console"/>
</Root>
</Loggers>