cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Console Log Configuration

doganmesut
Champ in-the-making
Champ in-the-making
Hi, I am little confused about activiti log configuration.
I want to show activiti sql but when I enable show sql for hibernate (it is our project's application) It does not show activiti logs. It only shows our application specific log.  I think there is some missing point . If you could specify where I have to look , I will be appricate.
2 REPLIES 2

doganmesut
Champ in-the-making
Champ in-the-making
Additional information : We are using spring mvc + hibernate + actviti .

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

have a look in modules/activiti-engine/src/test/resources/log4j.properties in activiti source.
e.g.

log4j.logger.org.apache.ibatis.level=DEBUG

Regards
Martin