Open
Description
openedon May 31, 2024
Description [EDITED]
After a fairly recent change to log levels in Hibernate, I get no confirmation at all about what database Hibernate is connecting to without turning on DEBUG
logging using quarkus.log.category."org.hibernate".level=DEBUG
, which fills my log with hundreds of useless messages which I have to hunt through to find what I'm looking for.
This results in a surprisingly poor experience at development time. It's really hard to see, for example, whether setting:
quarkus.datasource.db-kind = postgresql
quarkus.datasource.username = hreact
quarkus.datasource.password = hreact
quarkus.datasource.jdbc.url = jdbc:postgresql://localhost:5432/hreact
actually had any effect at all, or whether I'm still just connecting to h2.
Implementation ideas
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment