Unable to change history level in application.properties file

Hi,

We are using spring boot to start our camunda project.
We are trying to change the history level using application.properties file but it is always setting as full only in DB (history level value with 3). can any one please help me on this, how to change the history level (do I need to configure in any other location).

I have tried below all:
camunda.bpm.generic-properties.properties.history=activity

camunda.bpm.generic-properties.properties.history=ACTIVITY

below is the configuration, Mysql DB setting fine but history level always setting to full only…

camunda.bpm.job-execution.deployment-aware=true
camunda.bpm.generic-properties.properties.history=activity
camunda.bpm.generic-properties.properties.databaseSchemaUpdate=false
camunda.bpm.generic-properties.properties.jobExecutorActivate=true
camunda.bpm.generic-properties.properties.defaultSerializationFormat=application/xml
camunda.bpm.generic-properties.properties.cmmnEnabled=false
camunda.bpm.generic-properties.properties.dmnEnabled=false

Istn’t the name of the property “camunda.bpm.history-level”?

HI fml,

Thank you so much. It worked.

@venky1982 can you share the camunda:bpm:history-level value in your properties.

I am getting Caused by: org.camunda.bpm.engine.ProcessEngineException: invalid history level: 0

camunda.bpm.history-level=none we are using now.