mandiant / mandiant/macos-UnifiedLogs
Migrate to tracing crate
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 376
- Forks
- 43
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 8
Description
Currently this library uses the log crate for logging.
log was fine when this library was first developed but tracing is the more "modern" logging crate.
It should be straight forward to swap out log with tracing.
Though this would impact downstream consumers.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the Rust library for uses of the log crate and first review how logging is exposed to downstream consumers. Done means the migration to tracing is complete and its downstream impact is addressed; the issue names no files or tests, so determine validation coverage before starting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- observability
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100