cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti log for debug

aimingxu
Champ in-the-making
Champ in-the-making
Hi,
We found that activiti log at INFO level provides little info to know was going on but at DEBUG level to much info, many not relevant. We want configure log4j to target specific classes or package to DEBUG level to provide antiquate info to know what is going on. Has anyone tried this approach and can share experience?

Thanks,
Aiming
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Sure, just set the relevant classes in your log4j config,

like

log4j.logger.org.activiti.engine.whatever=DEBUG
log4j.logger.org.activiti.engine.somethingelse=INFO