mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
Merge pull request #147 from benjisg/patch-1
Fixes the examples for using VERBOSE and VVERBOSE
This commit is contained in:
commit
d2c3249c7e
@ -210,8 +210,8 @@ Setting `VERBOSE` will print basic debugging information and `VVERBOSE`
|
|||||||
will print detailed information.
|
will print detailed information.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ VERBOSE QUEUE=file_serve bin/resque
|
$ VERBOSE=1 QUEUE=file_serve bin/resque
|
||||||
$ VVERBOSE QUEUE=file_serve bin/resque
|
$ VVERBOSE=1 QUEUE=file_serve bin/resque
|
||||||
```
|
```
|
||||||
|
|
||||||
### Priorities and Queue Lists ###
|
### Priorities and Queue Lists ###
|
||||||
|
Loading…
Reference in New Issue
Block a user