Comment out logback config

This commit is contained in:
Dave Syer 2015-10-01 13:45:59 +01:00
parent eb29847814
commit c8021fa526
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
<root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
<logger name="org.springframework.security" level="DEBUG"/>
<!-- logger name="org.springframework.security" level="DEBUG"/-->
</configuration>