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.
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
TwitterJSClientin combination with Nock intercepting the API calls.The output of my unit tests shows
TwitterJSClient's logs, which is not ideal.