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 e101db8 commit 33aefe0Copy full SHA for 33aefe0
realtime.go
@@ -54,7 +54,7 @@ func (c *Client) startRealtimeUpdates(ctx context.Context) {
54
}
55
56
if err := scanner.Err(); err != nil {
57
- c.log.Error("failed to read from real-time stream", "error", err)
+ c.log.Error("failed to read from realtime stream", "error", err, "stream_url", stream_url)
58
59
60
0 commit comments