[hibernate-dev] [OGM] query logging
Sanne Grinovero
sanne at hibernate.org
Sun Sep 2 07:27:16 EDT 2012
Right that would be useful, in fact we already integrated
https://hibernate.onjira.com/browse/OGM-73
but I see we didn't document it's usage; basically the logger
category "org.hibernate.ogm.datastore.access" should be set at TRACE
level at SessionFactory creation, this will enable decorating of all
GridDialect invocations with
org.hibernate.ogm.dialect.GridDialectLogger
to log more details we still have open:
https://hibernate.onjira.com/browse/OGM-127
Is this what you meant?
Cheers,
Sanne
On 1 September 2012 11:15, Guillaume SCHEIBEL
<guillaume.scheibel at gmail.com> wrote:
> Hi guys,
>
> What do you think about implementing a configuration property like
> "hibernate.show_sql" ?
> It's a really useful feature in ORM.
>
> What do you think ?
>
> Guillaume
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
More information about the hibernate-dev
mailing list