Add debug mode that displays more information for tracking down problems
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
No file or entry point is named in the issue. Start by locating the CLI's command and HTTP request setup, then review how Python logging and urllib3 are configured. Done means users can enable a debug mode that exposes the additional HTTP information described in the issue.
Written by the indexing model from the issue text.
Description
I've been using the following to get more HTTP logging:
from http.client import HTTPConnection
HTTPConnection.debuglevel = 1
import logging
# you need to initialize logging, otherwise you will not see anything from
# requests
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True
- Dominant language
- Python
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Contributor guide
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.
More from CloudVE/cloudlaunch-cli
-
Difficulty 1/5 Under an hour Newbie friendliness 62/100
CloudVE/cloudlaunch-cli#10 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
CloudVE/cloudlaunch-cli#20 · 1 comment ·
-
CloudVE/cloudlaunch-cli#11 · 6 comments · 1 assignee ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
CloudVE/cloudlaunch-cli#6 · 7 comments ·
All issues in CloudVE/cloudlaunch-cli
Similar issues
-
essnmx good first issue
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
[Feature] 奇物选择添加优先级 Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
syfoud/Simulated_Scepter#174 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Giskard-AI/giskard-oss#2840 · 1 comment ·
-
A claim comment carrying the issue number is silently declined while the workflow reports success Openarea: repo bug perceived difficulty: 2
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
yeti-platform/yeti#1380 ·