mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +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.
|
||||
|
||||
```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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue