Merge pull request #147 from benjisg/patch-1

Fixes the examples for using VERBOSE and VVERBOSE
This commit is contained in:
Chris Boulton 2013-12-03 03:15:36 -08:00
commit d2c3249c7e

View File

@ -210,8 +210,8 @@ Setting `VERBOSE` will print basic debugging information and `VVERBOSE`
will print detailed information.
```sh
$ VERBOSE QUEUE=file_serve bin/resque
$ VVERBOSE QUEUE=file_serve bin/resque
$ VERBOSE=1 QUEUE=file_serve bin/resque
$ VVERBOSE=1 QUEUE=file_serve bin/resque
```
### Priorities and Queue Lists ###