How to remove catalina.2023-11-22.log,host-manager.2023-11-22.log, localhost.2023-11-22.log, manager.2023-11-22.log and localhost_access_log.2023-11-23 needs to clear

I need to maintain only a day logs of the following
catalina.2023-11-22.log,
host-manager.2023-11-22.log,
localhost.2023-11-22.log,
manager.2023-11-22.log
localhost_access_log.2023-11-23

I have already did the setting with logging.properties and server.xml the max days.

pls do provide me some suggesstions.

Hi @JGun,

take a look at the Tomcat configuration docs: Apache Tomcat 9 (9.0.83) - Logging in Tomcat

The Camunda engine is not involved how the logs are handled.

Hope this helps, Ingo