Skip to content

Commit

Permalink
Update readme with other references
Browse files Browse the repository at this point in the history
  • Loading branch information
veqryn committed Mar 7, 2024
1 parent aa0187a commit d8b0405
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Outputs:
```
With this in mind, this repo was created with several different ways of deduplicating the keys.

### Other Great SLOG Utilities
- [slogctx](https://github.com/veqryn/slog-context): Add attributes to context and have them automatically added to all log lines. Work with a logger stored in context.
- [slogotel](https://github.com/veqryn/slog-context/tree/main/otel): Automatically extract and add [OpenTelemetry](https://opentelemetry.io/) TraceID's to all log lines.
- [slogdedup](https://github.com/veqryn/slog-dedup): Middleware that deduplicates and sorts attributes. Particularly useful for JSON logging.
- [slogbugsnag](https://github.com/veqryn/slog-bugsnag): Middleware that pipes Errors to [Bugsnag](https://www.bugsnag.com/).

## Install
`go get github.com/veqryn/slog-dedup`

Expand Down

0 comments on commit d8b0405

Please sign in to comment.