v1.2.0
What’s changed
🚨 Breaking changes
#17 introduces a minor breaking change. Up until now the default config had no retention period set. This causes the addon to keep indexed logs indefinitely and grow without bound. We don't want to do this so now retention period is set to 30 days by default.
This period can be configured using a new option called days_to_keep
. It can be set as low as 2
or as high as you want. See documentation for new example and details.
The addon does not provide any easy way to retain the old behavior as we should not be growing without bound. If you truly want to retain logs indefinitely and have some other way of managing storage then you should copy the prior default config to your system and reference it using the config_path
option.