Logging in a Docker Instance

I am trying to understand how/where I make the configuration settings necessary to log SQL Statements. I saw the topic here: Logging in Camunda Engine but I could not tell from there where I should place the settings in a standard Docker instance of Camunda (7.11).

I answered my own question. By placing Ingo’s recommended entries into logging.properties, I am now able to see the various sql statements:

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