Closed skatkov closed 9 years ago
I think the solution here is to not use console.log for debug output. Putting stuff for a specific adapter doesn't seem right to me
Example: https://github.com/github/hubot/blob/master/src/adapter.coffee#L72
Here's where the logger in init: https://stackoverflow.com/questions/17638281/where-can-i-see-hubot-logger-messages
I'm thinking debug level makes sense.
Thanks again for submitting these fixes :)
Closed by #9. Thanks guys!
I think the solution here is to not use console.log for debug output. Putting stuff for a specific adapter doesn't seem right to me
Example: https://github.com/github/hubot/blob/master/src/adapter.coffee#L72
Here's where the logger in init: https://stackoverflow.com/questions/17638281/where-can-i-see-hubot-logger-messages
I'm thinking debug level makes sense.
Thanks again for submitting these fixes :)