How can we create application level log files in camunda tomcat

Hi, how can we create log files for camunda applications. Suppose my app name is Sample and I would like alog file name Sample.log to be created on a daily basis. I am running enterprise camunda tomcat distribution 7.10. Any pointers would be really helpful.

Hi @satish8784,

I did it in the past and could not remember the details.

But it was the standard tomcat approach as it is described here: https://tomcat.apache.org/tomcat-8.5-doc/logging.html.

Just create a new FileHandler and wire the camunda log categories into it.

Hope this helps, Ingo