Enable debug in Camunda

3.6k Views Asked by At

I would like to know if there is a way to enable Camunda debug? As I can only see the logs related to bpmn file deploy, as well as errors that could occur, in catalina.out file.

My point is, I would like to debug the Rest API requests and responses that I make, in order to see all steps that are being made, from Camunda Modeler (where bpmn file is deployed to the engine) to Cockpit (where the process-definition is afterwards started)? I’m using Tomcat as server.

1

There are 1 best solutions below

0
On

You can enable logging of basically everything done by engine by adjusting logback properties: described here