askmike / bitstamp-ws

Nodejs Wrapper for the Bitstamp WebSocket API
MIT License
19 stars 14 forks source link

How do I disable logging? #4

Closed VictorTaelin closed 8 years ago

VictorTaelin commented 8 years ago

bitstamp-ws logs a lot of networking messages on the console, such as got event trade on.... How do I disable them?

tloriato commented 8 years ago

I don't know but I would like the answer to that problem aswell.

askmike commented 8 years ago

The logging comes from raw console.log calls by the pusher api client. Unfortunately these are hard coded. I will switch to the official client (which did not exist at the time I made this library) soon.

askmike commented 8 years ago

fixed in 0.0.5!

VictorTaelin commented 8 years ago

Thanks! :)