cancel
Showing results for 
Search instead for 
Did you mean: 

Logs on Activiti

madn
Champ in-the-making
Champ in-the-making
Hi everyone, can someone tell me how to put activiti's log workflow that you can know where your process is false(just to debug your java code in a service task for example)  ?

I have a logging.properties in tomcat\webapps\activiti-app\WEB-INF\lib but i dont know what to touch .

thanks in advance
1 REPLY 1

abbask
Champ on-the-rise
Champ on-the-rise
check {activiti_install_dir}/tomcat/logs/localhost{date}.txt for logs related to activiti. Activiti uses Log4J framework so you need to fetch a Logger from LoggerFactory after your class declaration.