Skip to content

Commit

Permalink
Merge pull request #119 from harness/FFM-8443-stream-setup-error
Browse files Browse the repository at this point in the history
(FFM-8443) Stream setup log level
  • Loading branch information
conormurray95 committed Aug 2, 2023
2 parents e1d1e74 + 95270e4 commit 4084fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream/sse.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *SSEClient) subscribe(ctx context.Context, environment string, apiKey st

})
if err != nil {
c.logger.Errorf("Error initializing stream: %s", err.Error())
c.logger.Warnf("Error initializing stream: %s", err.Error())
}

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

0 comments on commit 4084fb2

Please sign in to comment.