minder icon indicating copy to clipboard operation
minder copied to clipboard

Log only in top-level routines wherever possible

Open blkt opened this issue 1 year ago • 0 comments

There are spots in the codebase where we report information about the same error or action multiple times throughout the call stack.

Wherever sensible

  • log only in top level routines, e.g. RPC handlers or internal services
  • remove logs from utility routines
  • (optional) improve utility routines to return useful error messages

blkt avatar Oct 02 '24 12:10 blkt