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