From 5d424633e43393e96fb35dd4acdb20949c363bc2 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Wed, 27 Jul 2005 23:35:43 +0000 Subject: [PATCH] doc'd format_sql git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7665 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/configuration.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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