BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

Turn off logging #45

Open maiertech opened 8 years ago

maiertech commented 8 years ago

It would be handy if there was a setting for the log level and if logging could be turned off. I'm unit testing a class that uses TwitterJSClient in combination with Nock intercepting the API calls.

The output of my unit tests shows TwitterJSClient's logs, which is not ideal.