Closed
Description
This came up on Stack Overflow, and I realized we should actually document this for users.
If you want to see which
@Sql
scripts are being executed, set theorg.springframework.test.context.jdbc
logging category toDEBUG
.If you want to see which SQL statements are being executed, set the
org.springframework.jdbc.datasource.init
logging category toDEBUG
.