New configuration options were recently added that allow the harvester to work with a retention period. Sometimes old data can be harvested, so if a retention period is set and if the data is older than that date...Don't log it. The check for StoreRow() has already been made, so old data won't be inserted in the database, but I didn't get to the loggers.
New configuration options were recently added that allow the harvester to work with a retention period. Sometimes old data can be harvested, so if a retention period is set and if the data is older than that date...Don't log it. The check for StoreRow() has already been made, so old data won't be inserted in the database, but I didn't get to the loggers.