| I have a project with huge schema and integration tests. When I set hibernate.show_sql to true and run one of the tests Hibernate first creates schema and logs all DDL requests for it and then logs requests for particular tests. As far as schema is huge a lot of generated requests are DDL-related and only a few of them are test-related. I'd like to have a separate property hibernate.show_ddl which turns of DDL logging when set to false keeping test console clear. |