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 ?