gulp-webserver
gulp-webserver copied to clipboard
How to get gulp-webserver to log requests in the console?
Is there a way to have a logger similar to morgan (https://www.npmjs.com/package/morgan) to log requests made to the webserver?
Just use the middleware-option and put morgan in there:
... middleware: morgan("combined"), ...