This question shows how to get Play! to show SQL statments. I followed on the accepted solution (jpa.debugSQL=true), but I still don’t see the SQL statements that are used to create the tables themselves in the log.
How can I get those statements? (I’m currently using the in-memory database that comes with Play!, all default settings)
Note – if one of the SQL Schema statements goes wrong, it is displayed as an error in the log.
Check in application.conf the value of your property:
It may be hiding the output.
If you are using a log4j.properties file you may want, as Zenklys says, check the appenders set up in there.