Skip to content

Commit

Permalink
Update extension.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Dec 20, 2024
1 parent 3e53a12 commit 5505c60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/extension/sumologicextension/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,9 @@ func (se *SumologicExtension) updateMetadataWithHTTPClient(ctx context.Context,

addJSONHeaders(req)

se.logger.Info("Updating collector metadata",
se.logger.Info("Collector version before cleanup,",
zap.String("version",se.buildVersion))
se.logger.Info("Updating collector metadata-1",
zap.String("URL", u.String()),
zap.String("body", buff.String()))

Expand Down

0 comments on commit 5505c60

Please sign in to comment.