mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue