Skip to content

Commit 4084fb2

Browse files
Merge pull request #119 from harness/FFM-8443-stream-setup-error
(FFM-8443) Stream setup log level
2 parents e1d1e74 + 95270e4 commit 4084fb2

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)