You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though it does not keep only 2 days - the data is stored infinite.
At some point based on the amount of data in /log/digit/ every night at 1st run after midnight watermeter crashed. Though it should not have hit the FAT32 limitations at that point.
Thanks for your feedback. It's possible, that there are some leaks in the code in this part. An extended test and maybe new revision could be done. Currently I'm not following this directly, as I don't have capacity to do so.
I'll put it on the list of long term topics.
Best regards,
jomjol
It seems the cleanup of old stored images is not working properly. I recognized it for "Digit" so far:
setting:
[Digits]
LogImageLocation = /log/digit
LogfileRetentionInDays = 2
Though it does not keep only 2 days - the data is stored infinite.
At some point based on the amount of data in /log/digit/ every night at 1st run after midnight watermeter crashed. Though it should not have hit the FAT32 limitations at that point.
Analog which has similar setting
[Analog]
LogImageLocation = /log/analog
LogfileRetentionInDays = 2
does not seem to have the issue.
RemoveOldLogs would be called at every execution not just once per day right?
Running master - v8.0.5 - 2021-08-01 but based on the data in /log/digit it was an issue since I setup v8 from scratch.
thx
The text was updated successfully, but these errors were encountered: