Logging in Camunda Engine

Hi Thorben,

thanks for clarification. In the old times there was no op-log, so I didn’t care about it and all other history entities were covered by the persistence-package.

I went through all the mappings and here are my favorite log categories for SQL logging:

org.camunda.bpm.engine.persistence
org.camunda.bpm.engine.impl.persistence.entity
org.camunda.bpm.engine.impl.history.event
org.camunda.bpm.engine.impl.batch.history
org.camunda.bpm.engine.impl.batch
org.camunda.bpm.engine.impl.cmmn.entity.repository
org.camunda.bpm.engine.impl.cmmn.entity.runtime
org.camunda.bpm.engine.impl.dmn.entity.repository
org.camunda.bpm.engine.history

Thanks, Ingo

1 Like