/
How to disable excessive hibernate logging
How to disable excessive hibernate logging
Introduction
When debug logging is enabled, all queries sent to the database will also be logged. I don't need excessive hibernate logging. How could it be disabled?
Steps to disable hibernate logging
You can disable this excessive logging by adding a new startup parameter to JIRA
-Dhibernate.show_sql=false
Related content
How to enable hibernate logging
How to enable hibernate logging
More like this
How to enable debug logging permanently
How to enable debug logging permanently
More like this
How to enable temporarily debug logging
How to enable temporarily debug logging
More like this
SQL Warning: -1100, SQLState: 02000; no data
SQL Warning: -1100, SQLState: 02000; no data
More like this
Response to Log4j vulnerability - CVE-2021-44228
Response to Log4j vulnerability - CVE-2021-44228
More like this
"Could not execute JDBC batch update" error after the data import to PostgreSQL
"Could not execute JDBC batch update" error after the data import to PostgreSQL
More like this