Skip to content

Commit 95270e4

Browse files
committed
(FFM-8443) Stream setup log level
1 parent da4e63a commit 95270e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream/sse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (c *SSEClient) subscribe(ctx context.Context, environment string, apiKey st
102102

103103
})
104104
if err != nil {
105-
c.logger.Errorf("Error initializing stream: %s", err.Error())
105+
c.logger.Warnf("Error initializing stream: %s", err.Error())
106106
}
107107

108108
// The SSE library we use swallows the EOF error returned if a connection is closed by the server

0 commit comments

Comments
 (0)