JBoss Community

Re: how turn off jbpm and hibernate logging?

created by bpmn2user in jBPM - View the full discussion

Did you try the following?

 

 

    <!-- logging properties (begin) -->

    <property name="hibernate.show_sql">false</property>

    <property name="hibernate.format_sql">false</property>

    <property name="hibernate.use_sql_comments">false</property>

    <!-- logging properties (end) -->

Reply to this message by going to Community

Start a new discussion in jBPM at Community