API Call log

cancel
Showing results for 
Search instead for 
Did you mean: 
gbanks
Active Member II

API Call log

I am trying to track the API calls Activiti is making. What log should I use to do so?

1 Reply
cjose
Senior Member II

Re: API Call log

if you have activiti deployed on tomcat, all log entries will go into catalina.out by default. You can increase/decrease the logging levels by editing the log4j.properties in WEB-INF/classes folder of activiti-app.

Ciju