Replies: 1 comment 1 reply
|
@wedka would you share the files remaining in your system (with proper redact)?
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions