Merge pull request #2 from dsyer/feature/bootstrap
Add FINE logging configuration to show JDBC
This commit is contained in:
commit
fe3548edf1
|
@ -1,5 +1,4 @@
|
||||||
handlers = java.util.logging.ConsoleHandler
|
handlers = java.util.logging.ConsoleHandler
|
||||||
.level = ALL
|
.level = ALL
|
||||||
org.springframework.batch.level = FINE
|
java.util.logging.ConsoleHandler.level = FINE
|
||||||
org.springframework.integration.level = FINE
|
org.springframework.jdbc.core.level = FINE
|
||||||
org.hsqldb.level = FINE
|
|
Loading…
Reference in New Issue