coopernurse / node-pool

Generic resource pooling for node.js
2.38k stars 259 forks source link

Missing logging #270

Open furstenheim opened 5 years ago

furstenheim commented 5 years ago

Hi, I'm migrating from v2 to v3. I've noticed that logging functionality has been completely removed. Would it be possible to add it back?

It has been really helpful to debug leaking issues and also times when the pool was too small and it was necessary to increase the size.

Thanks