Merge pull request #2 from dsyer/feature/bootstrap

Add FINE logging configuration to show JDBC
This commit is contained in:
Greg Turnquist 2013-05-16 08:40:01 -07:00
commit fe3548edf1
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
handlers = java.util.logging.ConsoleHandler
.level = ALL
org.springframework.batch.level = FINE
org.springframework.integration.level = FINE
org.hsqldb.level = FINE
java.util.logging.ConsoleHandler.level = FINE
org.springframework.jdbc.core.level = FINE