-
Notifications
You must be signed in to change notification settings - Fork 171
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
SQL statement is printed in exceptions despite eclipselink.logging.level.sql is OFF #1408
Comments
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Jan 28, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Feb 1, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Feb 1, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Feb 1, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Feb 1, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Feb 1, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Feb 2, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
11rx4f
added a commit
to 11rx4f/eclipselink
that referenced
this issue
Feb 2, 2022
…eclipselink.logging.level.sql is OFF Signed-off-by: Ryosuke Okada <ryosuke.okada@fujitsu.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
EclipseLink can print SQL statement sent to the database.
It is described in following document.
https://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging
In this doc, the persistence unit property eclipselink.logging.level.sql has 9 log levels, and logging in exceptions can also be controlled by the property.
but the SQL statement is printed in exceptions despite eclipselink.logging.level.sql is OFF.
Environment
Steps to Reproduce using GlassFish
jpasample.zip
Impact of Issue
SQL statement is always visible in exceptions
The text was updated successfully, but these errors were encountered: