I migrated from Quarkus version 1.10.5.Final
to 1.13.3.Final
and the quarkus.hibernate-orm.log.bind-parameters=true
property stopped working.
When the application starts I receive the following warning:
WARN [io.qua.run.log.LoggingSetupRecorder] (Quarkus Main Thread) Log level TRACE for category 'org.hibernate.type.descriptor.sql.BasicBinder' set below minimum logging level DEBUG, promoting it to DEBUG
Until version 1.10.5.Final
this worked fine.