mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
trace: make tracing available in non-debug builds
Add --trace-config to curl Add curl_global_trace() to libcurl Closes #11421
This commit is contained in:
parent
0f49b5bacb
commit
e12b39e133
46 changed files with 1166 additions and 790 deletions
|
|
@ -759,6 +759,9 @@ const struct helptxt helptext[] = {
|
|||
{" --trace-ascii <file>",
|
||||
"Like --trace, but without hex output",
|
||||
CURLHELP_VERBOSE},
|
||||
{" --trace-config",
|
||||
"Configure which details to log in trace/verbose output",
|
||||
CURLHELP_VERBOSE},
|
||||
{" --trace-ids",
|
||||
"Add transfer and connection identifiers to trace/verbose output",
|
||||
CURLHELP_VERBOSE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue