/
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 temporarily debug logging
How to enable temporarily debug logging
More like this
How to enable debug logging permanently
How to enable debug logging permanently
More like this
Response to Log4j vulnerability - CVE-2021-44228
Response to Log4j vulnerability - CVE-2021-44228
More like this
How to find browser logging in Firefox
How to find browser logging in Firefox
More like this
How to find browser logging in Chrome
How to find browser logging in Chrome
More like this