Hi *,

we got an unexpected log cleaning behavior. We tried to configure the log 
cleaning that all retention logs are deleted.

Expectation: 
        - One active log present
        - all rolled logs will be deleted 

Configuration of server.properties

        log.retention.bytes=400000000 ~400MB
        log.segment.bytes=500000000 ~500MB
        
        log.retention.check.interval.ms=30000 ~30sec
        log.cleaner.enable=true

Result:
        one active file as expected 
        always one  500MB rolled retention file  — as unexpected

Any ideas?

best wishes
Johannes

Reply via email to