Remove all dynamic content from log messages
Open
Refactor
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
Up's logs should be structured and machine-friendly, no `Infof()`'s with dynamic content. This makes it easier to query against and lowers the cardinality for cases where you're binning by `err.message`.
Possibly document all the errors and logs as well, but they should be reasonably obvious.
Contributor guide
Assessment
This issue has not been assessed yet.