28 lines
706 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
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
Added: 8.3.0
Multi: append
Scope: global
2024-05-15 15:20:32 -04:00
See-also:
- verbose
- trace
Example:
- --trace-config ids,http/2 $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--trace-config`
2023-12-11 20:30:44 -05:00
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.
2024-05-15 15:20:32 -04:00
In addition to trace component names, specify `ids` and `time` to avoid extra
--trace-ids or --trace-time parameters.
2023-12-11 20:30:44 -05:00
See the *curl_global_trace(3)* man page for more details.