disable DEBUG logging

pull/2/head
Vyacheslav N. Boyko 2018-03-21 13:46:51 +03:00
parent 32dca9c42c
commit c6f0698da6
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<!--<logger name="org.hibernate.type" level="TRACE">-->
<!--<appender-ref ref="STDOUT" />-->
<!--</logger>-->
<logger name="org.springframework" level="DEBUG"/>
<logger name="org.pircbotx.PircBotX" level="DEBUG"/>
<logger name="org.springframework" level="ERROR"/>
<logger name="org.pircbotx.PircBotX" level="ERROR"/>
<logger name="org.springframework.core.env.PropertySourcesPropertyResolver" level="WARN"/>