1 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 2 SPDX-License-Identifier: curl 3 Long: trace-config 4 Arg: <string> 5 Help: Details to log in trace/verbose output 6 Mutexed: trace verbose 7 Category: verbose 8 Example: --trace-config ids,http/2 $URL 9 Added: 8.3.0 10 See-also: verbose trace 11 Multi: append 12 Scope: global 13 --- 14 Set configuration for trace output. A comma-separated list of components where 15 detailed output can be made available from. Names are case-insensitive. 16 Specify 'all' to enable all trace components. 17 18 In addition to trace component names, specify "ids" and "time" to 19 avoid extra --trace-ids or --trace-time parameters. 20 21 See the *curl_global_trace(3)* man page for more details. 22