Set hibernate show SQL flag in Quarkus version

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?

is it possible to use hibernate-orm in Quarkus version?
i have tried, but it doesn’t seem to load the entity classes correctly.

Inside quarkus.properties file which has to be created inside conf folder