Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
  • No labels