storj/satellite/gc
Egon Elbre 961e841bd7 all: fix error naming
errs.Class should not contain "error" in the name, since that causes a
lot of stutter in the error logs. As an example a log line could end up
looking like:

    ERROR node stats service error: satellitedbs error: node stats database error: no rows

Whereas something like:

    ERROR nodestats service: satellitedbs: nodestatsdb: no rows

Would contain all the necessary information without the stutter.

Change-Id: I7b7cb7e592ebab4bcfadc1eef11122584d2b20e0
2021-04-29 15:38:21 +03:00
..
doc.go Implement garbage collection on satellite (#2577) 2019-07-24 13:26:43 -04:00
gc_test.go storj: use multipart API 2021-04-26 13:15:09 +00:00
piecetracker.go satellite/metabase/metaloop: move loop under metabase 2021-04-22 12:58:09 +03:00
service.go all: fix error naming 2021-04-29 15:38:21 +03:00