From 918311093ebbc56ae29d116ed8d925f350feaec0 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Tue, 5 Apr 2005 13:48:35 +0000 Subject: [PATCH] added a log cat git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6350 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/configuration.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/en/modules/configuration.xml b/reference/en/modules/configuration.xml index ea8f26a5a1..53cdf4bbe7 100644 --- a/reference/en/modules/configuration.xml +++ b/reference/en/modules/configuration.xml @@ -1372,6 +1372,13 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]> org.hibernate.jdbc Log all JDBC resource acquisition + + org.hibernate.hql.ast + + Log HQL and SQL ASTs and other information about + query parsing + + org.hibernate.secure Log all JAAS authorization requests