mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Added slog-bugsnag
parent
6cec221e93
commit
4ae1094756
@ -18,7 +18,7 @@ This page links to projects that use or enhance [`slog`](https://pkg.go.dev/log/
|
||||
#### Logging Middleware
|
||||
- slog-context: store attributes or the logger in context, read any custom values from context: https://github.com/veqryn/slog-context
|
||||
- slog-context/otel: automatically read and add OpenTelemetry TraceID and SpanID to logs, and can set Span error code: [github.com/veqryn/slog-context/otel](https://github.com/veqryn/slog-context#opentelemetry-traceid-spanid-extractor)
|
||||
- slog-dedup: deduplication and sorting of attribute keys, useful for json logging: https://github.com/veqryn/slog-dedup
|
||||
- slog-dedup: deduplication and sorting of attribute keys, with multiple dedupe policies, useful for json logging: https://github.com/veqryn/slog-dedup
|
||||
|
||||
#### HTTP server middleware
|
||||
- slog-gin: Gin middleware for slog logger: https://github.com/samber/slog-gin
|
||||
@ -43,11 +43,10 @@ This page links to projects that use or enhance [`slog`](https://pkg.go.dev/log/
|
||||
- slog-microsoft-teams: a `slog.Handler` for Microsoft Teams: https://github.com/samber/slog-microsoft-teams
|
||||
- slog-webhook: a `slog.Handler` for Webhook: https://github.com/samber/slog-webhook
|
||||
- slog-kafka: a `slog.Handler` for Kafka: https://github.com/samber/slog-kafka
|
||||
- slog-bugsnag: a `slog.Handler` for Bugsnag: https://github.com/veqryn/slog-bugsnag
|
||||
- slogdriver: a `slog.Handler` for Stackdriver Logging / GCP Cloud Logging: https://github.com/jussi-kalliokoski/slogdriver
|
||||
|
||||
#### Handlers
|
||||
|
||||
- https://github.com/veqryn/slog-dedup: handlers that deduplicate keys, with a variety of policies.
|
||||
- slog-multi: chain of `slog.Handler` (pipeline, fanout, ...): https://github.com/samber/slog-multi
|
||||
- various handlers: https://github.com/galecore/xslog
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user