gulpjs / fancy-log

Log things, prefixed with a timestamp.
MIT License
121 stars 21 forks source link

Suppress Logs based on Flag [Suggestion] #6

Closed boxman0617 closed 8 years ago

boxman0617 commented 8 years ago

I would really like to see a way to suppress the the output. Or even a way to filter some of the output.

phated commented 8 years ago

doesn't belong in fancy-log, the implementing CLI should handle the flag and not log, this is how gulp handles it

boxman0617 commented 8 years ago

@phated What I meant was, there is instanced where you do not want the "sync:group 0" logs to be shown but others yes. It would be able to filter if both the timestamp and the message where going through console.log but they are not.