Skip to content

Commit

Permalink
mention that the body is transformed into a string as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed May 7, 2024
1 parent d7c8bc9 commit 2eed62c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridges/otellogrus/hook.go
Expand Up @@ -24,6 +24,8 @@
// - [slog.LevelWarn] is transformed to [log.SeverityWarn]
// - [slog.LevelError] is transformed to [log.SeverityError]
//
// The log body is transformed into a string value.
//
// Attribute values are transformed based on their type into log attributes, or
// into a string value if there is no matching type.
//
Expand Down

0 comments on commit 2eed62c

Please sign in to comment.