xref: /aosp_15_r20/external/curl/docs/cmdline-opts/trace-config.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3SPDX-License-Identifier: curl
4Long: trace-config
5Arg: <string>
6Help: Details to log in trace/verbose output
7Category: verbose global
8Added: 8.3.0
9Multi: append
10Scope: global
11See-also:
12  - verbose
13  - trace
14Example:
15  - --trace-config ids,http/2 $URL
16---
17
18# `--trace-config`
19
20Set configuration for trace output. A comma-separated list of components where
21detailed output can be made available from. Names are case-insensitive.
22Specify 'all' to enable all trace components.
23
24In addition to trace component names, specify `ids` and `time` to avoid extra
25--trace-ids or --trace-time parameters.
26
27See the *curl_global_trace(3)* man page for more details.
28