Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Hibernate SQL logs

Avatar

Level 1

Hi there !

How can we see Hibernate logs through LCDS logs ? No matter what i change in my hibernate.cgf.xml, i never see them.

And i though maybe using the filter pattern "Service.Data.Hibernate" would do the trick, but no.

Just to be sure, here is a part of my hibernate cfg file:

<hibernate-configuration>
    <session-factory name="SessionFactory">
        <!-- db conf -->
       
        <property name="transaction.factory_class">org.hibernate.transaction.JDBCTransactionFactory</property>
        <property name="current_session_context_class">thread</property>
        <property name="show_sql">true</property>
        <property name="format_sql">true</property>
        <property name="use_sql_comments">true</property>
       
        <!-- mappings -->


    </session-factory>
</hibernate-configuration>

Thanks

0 Replies