added spring security to logger configuration, closes #917

pull/908/merge
Justin Richer 2015-10-01 15:32:55 -04:00
parent 9fe98e0132
commit 31374c0f7b
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@
<level value="info" />
</logger>
<logger name="org.springframework.security">
<level value="warn" />
</logger>
<!-- Root Logger -->
<root>
<priority value="warn" />