Skip to content

Commit a715712

Browse files
committed
actually use the logger we pass in to broker.New
1 parent bb1e592 commit a715712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/broker/broker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func New(ctx context.Context, log slog.Logger, socketPath string, authCommand st
4343
auth: NewAuth(authCommand),
4444
brokerSocketPath: socketPath,
4545
done: make(chan struct{}),
46+
log: log,
4647
}
4748

4849
err := b.startBrokerListener()

0 commit comments

Comments
 (0)