Skip to content

Commit 33aefe0

Browse files
committed
log
1 parent e101db8 commit 33aefe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

realtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (c *Client) startRealtimeUpdates(ctx context.Context) {
5454
}
5555
}
5656
if err := scanner.Err(); err != nil {
57-
c.log.Error("failed to read from real-time stream", "error", err)
57+
c.log.Error("failed to read from realtime stream", "error", err, "stream_url", stream_url)
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)