basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 28 forks source link

Allow user to pass in logger [JIRA: CLIENTS-789] #140

Closed lukebakken closed 1 year ago

lukebakken commented 8 years ago

Right now the winston module loaded by the Riak client is unique to the client and difficult to configure.

The top-level Client and Cluster objects should take in a pre-configured winston logger. If one is not specified, the default logger should be used.

http://stackoverflow.com/a/23714002

Related to #138

flohdot commented 7 years ago

Following/adding my support for this feature.