Skip to content

Commit 567364f

Browse files
kalleepCopilot
andcommitted
Update internal/component/common/loki/client/queue_client.go
Co-authored-by: Copilot <[email protected]>
1 parent 8266b43 commit 567364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/component/common/loki/client/queue_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func newQueueClient(metrics *Metrics, qcMetrics *QueueClientMetrics, cfg Config,
6767
ctx, cancel := context.WithCancel(context.Background())
6868

6969
c := &queueClient{
70-
logger: log.With(logger, "component", "client", "host", cfg.URL.Host),
70+
logger: logger,
7171
cfg: cfg,
7272
qcMetrics: qcMetrics,
7373
shards: shards,

0 commit comments

Comments
 (0)