blob: 2f095401d29ed057474bf97ada4f94540e3c025a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: trace-config
Arg: <string>
Help: Details to log in trace/verbose output
Category: verbose global
Added: 8.3.0
Multi: append
Scope: global
See-also:
- verbose
- trace
Example:
- --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.
|