Logback logging Camunda Engine

Hi Thorben,

thank you for this advise.

I tried it and it’s basically what I want to achieve (without logback but doesn’t matters) .
I extended the entry with a seperate FileHandler, that’s easier to parse later on.

5jobexecutor.org.apache.juli.AsyncFileHandler.level = FINE
5jobexecutor.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
5jobexecutor.org.apache.juli.AsyncFileHandler.prefix = jobexecutor.
5jobexecutor.org.apache.juli.AsyncFileHandler.maxDays = 90

org.camunda.bpm.engine.jobexecutor.level = FINE
org.camunda.bpm.engine.jobexecutor.handlers = 5jobexecutor.org.apache.juli.AsyncFileHandler

Thank you so much.