Skip to content

Commit

Permalink
Update core.go
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 authored Jun 3, 2024
1 parent 5e31422 commit 26b0018
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridges/otelzap/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func (o *Core) Write(ent zapcore.Entry, fields []zapcore.Field) error {
r.SetBody(log.StringValue(ent.Message))
r.SetSeverity(convertLevel(ent.Level))

// TODO: Handle attributes passed via With (exceptions: context.Context and zap.Namespace).
// TODO: Handle zap.Namespace.
// TODO: Handle ent.LoggerName.

Expand Down

0 comments on commit 26b0018

Please sign in to comment.