questdb / nodejs-questdb-client

QuestDB Node.js Client
35 stars 8 forks source link

Added debug option and remove unneded async #11

Closed jalamprea closed 1 year ago

jalamprea commented 1 year ago

Add support to enable/disable the debug to use the console.info messages. By default the debug is false, but in case the user sends true in the options, it will show the console messages.

Also removed some unneeded async keywords.

This is to solve #12

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

glasstiger commented 1 year ago

Closing this PR because now we have the option to pass a custom logger to the client.