diff --git a/reference/en/modules/configuration.xml b/reference/en/modules/configuration.xml
index 9e2b833f43..a677cdaae2 100644
--- a/reference/en/modules/configuration.xml
+++ b/reference/en/modules/configuration.xml
@@ -379,7 +379,21 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]>
hibernate.show_sql
- Write all SQL statements to console.
+ Write all SQL statements to console. This is an alternative
+ to setting the log category org.hibernate.SQL
+ to debug.
+
+ eg.
+ true | false
+
+
+
+
+
+ hibernate.format_sql
+
+
+ Pretty print the SQL in the log and console.
eg.
true | false