-
Notifications
You must be signed in to change notification settings - Fork 40.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hibernate binding parameters not showing in logs #36640
Labels
status: invalid
An issue that we don't feel is valid
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Jul 30, 2023
Hibernate renamed |
I was able to output the binding parameters. thank you.
|
I will close this issue. |
philwebb
added
status: invalid
An issue that we don't feel is valid
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Jul 31, 2023
quaff
added a commit
to quaff/spring-boot
that referenced
this issue
May 31, 2024
It's reasonable to treat prepared statement parameters as part of sql. See spring-projects#36640 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Spring Boot version 3.1.1 and I've noticed that the Hibernate binding parameters are not showing in the logs. I've set the logging level for org.hibernate.type.descriptor.sql.BasicBinder to trace in my application.properties file, but it doesn't seem to have any effect.
Here is a snippet of my application.properties:
I expect to see the binding parameters in the logs when executing SQL queries, but currently, I only see the SQL statements without the parameters.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: