I want to show the SQL being used by hibernate.
I used to add the showSql property to the connectionsJpa SPI in the standalone.xml of the Wildfly version.
In the Quarkus version, believe I need to set the quarkus.hibernate-orm.log.sql flag, but I can’t figure out where/how to do that.
Is anyone aware of documentation on how to set this?