Skip to content

Commit

Permalink
Merge pull request #1077 from rancher/bug-1073
Browse files Browse the repository at this point in the history
Update impl
  • Loading branch information
dbason authored Feb 16, 2023
2 parents 84eb00e + e1c7a1a commit 64276e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/logging/pkg/gateway/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (p *Plugin) StreamServers() []streamext.Server {
},
{
Desc: &collogspb.LogsService_ServiceDesc,
Impl: &p.otelForwarder,
Impl: p.otelForwarder,
RequireCapability: wellknown.CapabilityLogs,
},
}
Expand Down

0 comments on commit 64276e2

Please sign in to comment.