This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Refactor to invoke tracing macros in-line rather than in helper methods #3338
Labels
I8-refactor
Code needs refactoring.
side note: tracing::* macros have some magic to include the call site in the log, therefore it is more useful to have tracing::* functions fire at the actual place where they're intended to be logged vs. moving the tracing invocation to a helper method on a helper struct, e.g. an Error.
The text was updated successfully, but these errors were encountered: