Search before asking
Version
Pulsar 2.10.2
Minimal reproduce step
In the log4j.yaml,the default configuration of DefaultRolloverStrategy is:
DefaultRolloverStrategy:
Delete:
basePath: ${sys:pulsar.log.dir}
maxDepth: 2
IfFileName:
glob: "*/${sys:pulsar.log.file}*log.gz"
IfLastModified:
age: 30d
However, after 30 days, the files are not deleted
What did you expect to see?
After 30 days, the files are deleted
What did you see instead?
After 30 days, the files are not deleted
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Version
Pulsar 2.10.2
Minimal reproduce step
In the log4j.yaml,the default configuration of DefaultRolloverStrategy is:
DefaultRolloverStrategy:
Delete:
basePath: ${sys:pulsar.log.dir}
maxDepth: 2
IfFileName:
glob: "*/${sys:pulsar.log.file}*log.gz"
IfLastModified:
age: 30d
However, after 30 days, the files are not deleted
What did you expect to see?
After 30 days, the files are deleted
What did you see instead?
After 30 days, the files are not deleted
Anything else?
No response
Are you willing to submit a PR?