Skip to content
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

Open
Lldenaurois opened this issue Jun 21, 2021 · 0 comments
Open
Assignees
Labels
I8-refactor Code needs refactoring.

Comments

@Lldenaurois
Copy link
Contributor

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.

@Lldenaurois Lldenaurois added the I8-refactor Code needs refactoring. label Jun 21, 2021
@Lldenaurois Lldenaurois self-assigned this Jun 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
I8-refactor Code needs refactoring.
Projects
None yet
Development

No branches or pull requests

1 participant