cancel
Showing results for 
Search instead for 
Did you mean: 

Show SQLs executed by Activiti

sergiofigueras_
Champ in-the-making
Champ in-the-making
Hi,

How can I display every SQL statement executed by Activiti in Eclipse console?

Regards
2 REPLIES 2

ollib
Champ in-the-making
Champ in-the-making
you can set the log level to debug in your log4j.xml

<logger name="org.activiti">
  <level value="debug" />
</logger>

ollib
Champ in-the-making
Champ in-the-making
<code>
<logger name="org.activiti">
  <level value="debug" />
</logger>
</code>