Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit b45cc9b

Browse files
fimacCDThomas
andauthored
Update to debug
Co-authored-by: Drew Thomas <7672425+CDThomas@users.noreply.github.com>
1 parent 78372ac commit b45cc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cipherstash/client/rpc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def put_stream(collection, records)
278278
unless res.is_a?(Documents::StreamingPutReply)
279279
raise Error::StreamingPutFailure, "expected Documents::StreamingPutReply response, got #{res.class} instead"
280280
end
281-
@logger.info("Cipherstash::Client::RPC#put_stream") { "#{res.numInserted} records inserted." }
281+
@logger.debug("Cipherstash::Client::RPC#put_stream") { "#{res.numInserted} records inserted." }
282282

283283
num_inserted = res.numInserted
284284
end

0 commit comments

Comments
 (0)