RUBY-334 minor: move refresh logging to debug level
This commit is contained in:
parent
1146e5692a
commit
9aae390eec
|
@ -188,7 +188,7 @@ module Mongo
|
||||||
return hard_refresh!
|
return hard_refresh!
|
||||||
end
|
end
|
||||||
|
|
||||||
log(:info, "Checking replica set connection health...")
|
log(:debug, "Checking replica set connection health...")
|
||||||
@manager.check_connection_health
|
@manager.check_connection_health
|
||||||
|
|
||||||
if @manager.refresh_required?
|
if @manager.refresh_required?
|
||||||
|
|
Loading…
Reference in New Issue