xref: /curl/docs/cmdline-opts/trace-config.md (revision 48f54264)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: trace-config
5Arg: <string>
6Help: Details to log in trace/verbose output
7Category: verbose
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