Skip to content

Commit

Permalink
Update logsink.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 28, 2024
1 parent 867d595 commit b171aad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bridges/otellogr/logsink.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
// - logr.V(1) is transformed to [log.SeverityDebug].
// - logr.V(2) and higher are transformed to [log.SeverityTrace].
//
// If possible, look at alternative log bridges that provide less abstract log
// level mapping such as [go.opentelemetry.io/contrib/bridges/otelslog],
// [go.opentelemetry.io/contrib/bridges/otelzap], or
// [go.opentelemetry.io/contrib/bridges/otellogrus]. They provide more direct
// translation of log levels.
//
// KeysAndValues values are transformed based on their type. The following types are
// supported:
//
Expand Down

0 comments on commit b171aad

Please sign in to comment.