Skip to content

Commit

Permalink
Merge pull request #147 from buildkite/pie-983-fix-logging-level-in-r…
Browse files Browse the repository at this point in the history
…uby-collector

Fix logging level from debug to error
  • Loading branch information
gchan authored Jul 29, 2022
2 parents d9fe113 + 8f495dd commit ac96498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buildkite/test_collector/socket_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def initialize(session, url, headers)
rescue EOFError => e
Buildkite::TestCollector.logger.warn("#{e}")
if @socket
Buildkite::TestCollector.logger.warn("attempting disconnected flow")
Buildkite::TestCollector.logger.error("attempting disconnected flow")
@session.disconnected(self)
disconnect
end
Expand Down

0 comments on commit ac96498

Please sign in to comment.