storj/storagenode/console/consoleapi
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
..
common.go storagenode/api refactored 2020-03-15 20:30:23 +02:00
notifications_test.go storagenode/console: api notifications tests added 2020-05-05 17:53:19 +03:00
notifications.go all: fix error naming 2021-04-29 15:38:21 +03:00
payouts_test.go all: fix error naming 2021-04-29 15:38:21 +03:00
payouts.go all: fix error naming 2021-04-29 15:38:21 +03:00
storagenode_test.go storagenode/console: estimated payout tests fix 2021-03-24 18:05:37 +02:00
storagenode.go all: fix error naming 2021-04-29 15:38:21 +03:00