schickling / gulp-webserver

Streaming gulp plugin to run a local webserver with LiveReload
https://www.npmjs.org/package/gulp-webserver
MIT License
355 stars 84 forks source link

honor gulp --silent mode #123

Open rafegoldberg opened 7 years ago

rafegoldberg commented 7 years ago

yo, so first off this gulp-webserver guy is a fantastic ‘lil plugin. I've only got one (minor!) bone to pick, which is that the plugin continues to print logs even when I've run my task in silent mode... (I tried passing the --silent flag at the command line level, as well as setting a default in my .gulprc file — neither had any effect). Anyways, I read through the docs and a couple of issues, but I didn't see anything quite related...

In short, I guess I'm wondering if there's an easy way to silence all logs from this plugin? Thanks in advance!

hyeri0609 commented 7 years ago

What kind of log do you get? May i see?

rafegoldberg commented 7 years ago

I still get the default log line:

[11:31:38] Webserver started at http://0.0.0.0:8080