ijpiantanida / talkback

A simple HTTP proxy that records and playbacks requests
MIT License
284 stars 41 forks source link

console messages #3

Closed evert0n closed 6 years ago

evert0n commented 6 years ago

Hi nice work with this module.

The console messages like https://github.com/ijpiantanida/talkback/blob/master/src/tape-store.js#L42 don't play well with some test reporters I would like to have the option to disable those, could it be a configurable flag (verbose/debug) like summary? Or maybe use the debug module?

ijpiantanida commented 6 years ago

@evert0n thanks for the suggestion. I added a silent option, as I want the messages to be printed by default.

Check 1.1.4.

evert0n commented 6 years ago

@ijpiantanida Thanks