curl/docs/cmdline-opts/trace-config.md
Daniel Stenberg 911fc964a1
cmdline-docs: quote and angle bracket cleanup
- make sure angle brackets are escaped
- remove a lot of superfluous double quotes
- replace several double quotes with backticks

To make nicer-looking markdown.

Closes #12884
2024-02-07 08:35:28 +01:00

729 B

c SPDX-License-Identifier Long Arg Help Mutexed Category Added Multi Scope See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl trace-config <string> Details to log in trace/verbose output trace verbose verbose 8.3.0 append global
verbose
trace
--trace-config ids,http/2 $URL

--trace-config

Set configuration for trace output. A comma-separated list of components where detailed output can be made available from. Names are case-insensitive. Specify 'all' to enable all trace components.

In addition to trace component names, specify ids and time to avoid extra --trace-ids or --trace-time parameters.

See the curl_global_trace(3) man page for more details.