added a log cat
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6350 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
1bdb125185
commit
918311093e
|
@ -1372,6 +1372,13 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
|
|||
<entry><literal>org.hibernate.jdbc</literal></entry>
|
||||
<entry>Log all JDBC resource acquisition</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>org.hibernate.hql.ast</literal></entry>
|
||||
<entry>
|
||||
Log HQL and SQL ASTs and other information about
|
||||
query parsing
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>org.hibernate.secure</literal></entry>
|
||||
<entry>Log all JAAS authorization requests</entry>
|
||||
|
|
Loading…
Reference in New Issue