config: new option config.etcd.http.request.verbose
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
config.etcd.http.request.verbose option is added in Tarantool 3.5.0.
It controls whether to print debugging information about HTTP requests
and responses issued by the etcd configuration source.
The information is written to stderr (disregarding tarantool log
configuration). In a typical setup it arrives to journald.
See https://curl.se/libcurl/c/CURLOPT_VERBOSE.html for details.
Requested by @Totktonada in https://github.com/tarantool/tarantool-ee/commit/3bbe942ade065be7be690fa2c2a112633784635a.
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.
Research direction
Locate the Tarantool documentation section for the etcd configuration source and inspect how configuration options are described. Document config.etcd.http.request.verbose using the issue text and the linked CURLOPT_VERBOSE reference; done means its stderr behavior and HTTP request/response debugging purpose are clear to readers.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100