openresty / openresty/resty-cli
bad --errlog-level option value: DEBUG at /usr/local/openresty/bin/resty line 315
Open
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 269
- Forks
- 59
- Avg merge
- 1h 35m
- Merged PRs (30d)
- 2
Description
--errlog-level should support DEBUG or debug, not case sensitivity。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Perl source that handles --errlog-level, using the reported /usr/local/openresty/bin/resty line 315 as a reference. Check the option-value comparison and verify that both DEBUG and debug are accepted; done means the case-sensitive failure no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100