added --verbose option to aid debugging

This commit is contained in:
Lloyd Brookes
2015-11-17 17:50:37 +00:00
parent 60c4a4e2c0
commit e6351e9651
6 changed files with 56 additions and 8 deletions

View File

@ -128,6 +128,13 @@ The format value supplied is passed directly to [morgan](https://github.com/expr
### Other usage
#### Debugging
Prints information about loaded middleware, arguments, remote proxy fetches etc.
```sh
$ ws --verbose
```
#### Compression
Serve gzip-compressed resources, where applicable