rethinkdb-ts icon indicating copy to clipboard operation
rethinkdb-ts copied to clipboard

connectPool log options ignored ?

Open ptorrent opened this issue 1 year ago • 3 comments

Hello !

I'm trying to print some log but it seems that the options "log" is ignored.

r.connectPool({
	silent	: false,
	waitForHealthy: true,
	servers	: targetServers,
	buffer	: 300,
	log 		: function(){
			console.error(arguments)
	},
	max		: 3000
});

Am I doing someting wrong ?

ptorrent avatar Jan 25 '23 14:01 ptorrent