修改单元测试日志输出配置

This commit is contained in:
Binary Wang
2017-07-06 15:47:06 +08:00
parent 368dbc9721
commit e9f55665ec
5 changed files with 4 additions and 9 deletions

View File

@@ -6,9 +6,8 @@
</encoder>
</appender>
<root level="info">
<root level="debug">
<appender-ref ref="STDOUT"/>
</root>
<logger name="cn.binarywang.wx.miniapp" level="debug"/>
</configuration>