Activiti log for debug

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2016 09:09 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2016 05:31 AM
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
like
log4j.logger.org.activiti.engine.whatever=DEBUG
log4j.logger.org.activiti.engine.somethingelse=INFO
