I'm using hibernate 5.0.2 and hbm2ddl statements are not logged when hibernate.hbm2ddl.auto is set to "update". It does work with the propertie set to "create" or "create-drop".
I do have activate my logger org.hibernate.SQL at the DEBUG level.