-
Notifications
You must be signed in to change notification settings - Fork 186
Use tracing crate instead of log to create logs #1028
Copy link
Copy link
Labels
area/infrastructureConcerns infrastructure rather than core functionalityConcerns infrastructure rather than core functionalityarea/testingRelated to tests or testing infrastructureRelated to tests or testing infrastructuregood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Labels
area/infrastructureConcerns infrastructure rather than core functionalityConcerns infrastructure rather than core functionalityarea/testingRelated to tests or testing infrastructureRelated to tests or testing infrastructuregood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
StatusShow more project fields
No status
We are currently using both the
tracingandlogcrate to emit logs inHyperlight. We should only usetracingthat extendslog's functionality and adds more features.Furthermore, some examples would be nice to demonstrate the use of the hyperlight crate as a dependency and show how the logs can be retrieved regardless of which crate (log or tracing) the example uses.