Allow to turn off error logging
Closed this issue · 2 comments
Darkhogg commented
As every error that happens is passed to a callback at some point, it's possible to handle every error. I'm personally using a logging framework (winston
) to log errors, so console.log
logging by Algolia is nothing but noise.
Please either add an option to turn logging off completely or allow for custom handling of error logging.