We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145bc5d commit eb41d78Copy full SHA for eb41d78
pkg/inspector/inspector.go
@@ -105,7 +105,7 @@ func (i *Inspector) NewSession(ctx context.Context) *Session {
105
id := uuid.NewString()
106
s := &Session{
107
C: make(chan record.Record, i.bufferSize),
108
- logger: i.logger,
+ logger: i.logger.WithComponent("inspector.Session"),
109
onClose: func() {
110
i.remove(id)
111
},
0 commit comments