blob: b9a622260040f0823c1d27b6251ea457ae366c69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: trace-ids
Help: Transfer + connection ids in verbose output
Added: 8.2.0
Category: verbose global
Multi: boolean
Scope: global
See-also:
- trace
- verbose
Example:
- --trace-ids --trace-ascii output $URL
---
# `--trace-ids`
Prepend the transfer and connection identifiers to each trace or verbose line
that curl displays.
|