filecoin-project / boost

Boost is a tool for Filecoin storage providers to manage data storage and retrievals on Filecoin.
Other
109 stars 64 forks source link

fix: add debug logs for pdcleaner #1910

Closed LexLuthr closed 2 months ago

LexLuthr commented 3 months ago

This PR fixes the following issues:

  1. Fixes dropping indexes in batches
  2. Add logs for when deleting deal metadata from LID
  3. Account for pdcleaner in announce-all method of index-provider
  4. Account for pdcleaner in piece doctor.
  5. Set boostd-data RPC logging level to ERROR to reduce the noisy logs from Bitswap requests.