Checklist
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
When starting workers like some examples in the documentation that uses lowercase info as argument to loglevel I get this error: Error: Invalid value for '-l' / '--loglevel': invalid choice: info. (choose from DEBUG, INFO, WARNING, ERROR, CRITICAL, FATAL). I assume this is because of the change to Click in 5.0.
Suggestions
Review documentation for instances of lowercase loglevel being passed and update them to use uppercase.
Checklist
for similar or identical bug reports.
for existing proposed fixes.
to find out if the bug was already fixed in the master branch.
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
When starting workers like some examples in the documentation that uses lowercase
infoas argument to loglevel I get this error:Error: Invalid value for '-l' / '--loglevel': invalid choice: info. (choose from DEBUG, INFO, WARNING, ERROR, CRITICAL, FATAL). I assume this is because of the change to Click in 5.0.Suggestions
Review documentation for instances of lowercase loglevel being passed and update them to use uppercase.