Browse Source

turned on debug logging

conversation
Keith Donald 16 years ago
parent
commit
c1f3ec0c5b
  1. 6
      org.springframework.core/src/test/resources/log4j.xml

6
org.springframework.core/src/test/resources/log4j.xml

@ -11,11 +11,7 @@ @@ -11,11 +11,7 @@
</layout>
</appender>
<logger name="org.springframework.beans">
<level value="warn" />
</logger>
<logger name="org.springframework.binding">
<logger name="org.springframework.core">
<level value="debug" />
</logger>

Loading…
Cancel
Save